Skip to content

Commit 06be326

Browse files
committed
[TASK] Drop support for TYPO3 8LTS
TYPO3 8LTS has reached its end of life quite some time ago, and getting the tests to work (in order to ensure this package works fine with 8LTS) is quite some hassle.
1 parent fed9050 commit 06be326

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
@@ -9,8 +9,8 @@
99
"php": "^7.2 || ^8.0",
1010
"phpstan/phpstan": "^1.8",
1111
"nikic/php-parser": ">= 4.13",
12-
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4 || ^11.2",
13-
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.4 || ^11.2"
12+
"typo3/cms-core": "^9.5 || ^10.4 || ^11.2",
13+
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.2"
1414
},
1515
"require-dev": {
1616
"consistence-community/coding-standard": "^3.10",

0 commit comments

Comments
 (0)