Skip to content

Commit 239412d

Browse files
committed
[BUGFIX] Adjust TYPO3 require in composer.json
1 parent 3dbd497 commit 239412d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": "~7.0",
1414
"phpstan/phpstan": "^0.10",
15-
"typo3/cms-core": "^8.7.0 || ~9.0",
16-
"typo3/cms-extbase": "^8.7.0 || ~9.0"
15+
"typo3/cms-core": "^8.7 || ^9.5",
16+
"typo3/cms-extbase": "^8.7 || ^9.5"
1717
},
1818
"suggest": {
1919
"typo3/testing-framework": "Testing framework is used in the bootstrap (src/PhpStanTypo3Bootstrap.php). In most cases you need this package but you may also use your custom bootstrap (e.g. if you use nimut/testing-framework)"

0 commit comments

Comments
 (0)