Skip to content

Commit

Permalink
Merge pull request #34 from sabbelasichon/feature/support-latest-typo…
Browse files Browse the repository at this point in the history
…3-version

Support latest TYPO3 version
  • Loading branch information
sabbelasichon authored Apr 16, 2020
2 parents abf8886 + 98f49cd commit c532767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:

env:
- TYPO3_VERSION="^9.5.0"
- TYPO3_VERSION="^10.2.0"
- TYPO3_VERSION="^10.3.0"

os: linux

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 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.2.0 <8.0",
"typo3/cms-core": "^9.5 || ^10.2",
"typo3/cms-core": "^9.5 || ^10.3",
"symfony/web-link": "^4.3",
"symfony/asset": "^5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'constraints' => [
'depends' => [
'php' => '7.2.5-7.4.999',
'typo3' => '9.5.0-10.2.99',
'typo3' => '9.5.0-10.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit c532767

Please sign in to comment.