Skip to content

Commit 4dd9b74

Browse files
committed
[!!!][TASK] Drop support for TYPO3 10LTS
With the PHP version requirement being >= 7.4, usage of this package for extensions that still support TYPO3 10LTS (and hence usually also support TYPO3 7.2 and 7.3) was limited anyway.
1 parent 0cecc8f commit 4dd9b74

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- typo3-version: "^10.4"
16-
php-version: "7.4"
17-
composer-flags: ""
18-
- typo3-version: "^10.4"
19-
php-version: "7.4"
20-
composer-flags: " --prefer-lowest"
2115
- typo3-version: "^11.5"
2216
php-version: "7.4"
2317
composer-flags: ""

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"php": "^7.4 || ^8.0",
1515
"phpstan/phpstan": "^1.10.9",
1616
"nikic/php-parser": "^4.15.1",
17-
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.0",
18-
"typo3/cms-extbase": "^10.4 || ^11.5 || ^12.4 || ^13.0",
17+
"typo3/cms-core": "^11.5 || ^12.4 || ^13.0",
18+
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0",
1919
"bnf/phpstan-psr-container": "^1.0",
2020
"composer/semver": "^3.3"
2121
},

0 commit comments

Comments
 (0)