Skip to content

Commit

Permalink
make it compatible with TYPO3 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Heindl authored and IchHabRecht committed Aug 16, 2018
1 parent 1452918 commit b58daa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 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 b58daa7

Please sign in to comment.