Skip to content

Commit

Permalink
[TASK] Raise TYPO3 dependencies to include 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Oct 3, 2018
1 parent f681f13 commit 954bc67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
include:
- stage: test
php: 7.2
env: TYPO3=^9.4
env: TYPO3=^9.5
- stage: test
php: 7.2
env: TYPO3=^8.7
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
script:
- >
if [ -d "Tests" ]; then
for TYPO3 in "^8.7" "^9.4"; do
for TYPO3 in "^8.7" "^9.5"; do
echo;
echo "Running TYPO3 version $TYPO3";
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"typo3/cms-core": "^8.7 || >=9.4 <9.5"
"typo3/cms-core": "^8.7 || ^9.5"
},
"autoload": {
"psr-4": {
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.4.99',
'typo3' => '8.7.0-9.5.99',
),
'conflicts' =>
array (
Expand Down

0 comments on commit 954bc67

Please sign in to comment.