Skip to content

Commit

Permalink
[BUGFIX] Support v10 in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Feb 22, 2020
1 parent a72e855 commit caa345a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- TYPO3_VERSION="^9.5.0"
- TYPO3_VERSION="^10.2.0"

sudo: false
os: linux

services:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'typo3' => '9.5.0-10.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit caa345a

Please sign in to comment.