diff --git a/.travis.yml b/.travis.yml index a884cbc..d49e50f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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"; diff --git a/composer.json b/composer.json index c055754..25891c2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "typo3/cms-core": "^8.7 || >=9.4 <9.5" + "typo3/cms-core": "^8.7 || ^9.5" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index 76a9b1f..f0b801e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -26,7 +26,7 @@ array ( 'depends' => array ( - 'typo3' => '8.7.0-9.4.99', + 'typo3' => '8.7.0-9.5.99', ), 'conflicts' => array (