Skip to content

Commit

Permalink
Merge pull request #48 from cheindl/feature/compatibility-with-9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht authored Aug 16, 2018
2 parents 6d7a05d + b58daa7 commit 20a7952
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- stage: test
php: 7.2
env: TYPO3=dev-master
- stage: test
php: 7.2
env: TYPO3=~9.3.0
- stage: test
php: 7.2
env: TYPO3=~9.2.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"typo3/cms-backend": "^8.7 || >=9.1 <9.3"
"typo3/cms-backend": "^8.7 || >=9.1 <9.4"
},
"require-dev": {
"nimut/testing-framework": "4.x-dev"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
array (
'depends' =>
array (
'typo3' => '8.7.0-9.2.99',
'typo3' => '8.7.0-9.3.99',
),
'conflicts' =>
array (
Expand Down

0 comments on commit 20a7952

Please sign in to comment.