Skip to content

Commit

Permalink
[TASK] Add 9.5 support
Browse files Browse the repository at this point in the history
- fix dependencies
  • Loading branch information
Kevin Purrmannn committed Mar 14, 2019
1 parent 5a55a50 commit 09f4d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ before_install:
- composer --version

before_script:
- composer require typo3/cms="$TYPO3_VERSION"
- phpenv config-rm xdebug.ini
- composer require typo3/minimal=$TYPO3_VERSION
# Restore composer.json
- git checkout composer.json
- export TYPO3_PATH_WEB=$PWD/.Build/Web
- export TYPO3_PATH_WEB=$PWD/.Build/public

script:
- >
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"nimut/testing-framework": "^4.1"
"nimut/testing-framework": "^1.0 || ^2.0 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 09f4d3d

Please sign in to comment.