Skip to content

Commit 0271754

Browse files
author
Tim
authored
[TASK] Make extension compatible with TYPO3 9.5
1 parent 640d96e commit 0271754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"minimum-stability": "stable",
2727
"require": {
28-
"typo3/cms-backend": "^8.7 || >= 9.0 < 9.5.0",
29-
"typo3/cms-core": "^8.7 || >= 9.0 < 9.5.0"
28+
"typo3/cms-backend": "^8.7 || ^9.5",
29+
"typo3/cms-core": "^8.7 || ^9.5"
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^2.10"

0 commit comments

Comments
 (0)