Skip to content

Commit

Permalink
Drops support for TYPO3 11 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Oct 24, 2024
1 parent 54ca87b commit 475fec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:
fail-fast: false
matrix:
env:
- { TYPO3_VERSION: 11, PHP_VERSION: 7.4 }
- { TYPO3_VERSION: 11, PHP_VERSION: 8.0 }
- { TYPO3_VERSION: 12, PHP_VERSION: 8.1 }
- { TYPO3_VERSION: 12, PHP_VERSION: 8.2 }
- { TYPO3_VERSION: 12, PHP_VERSION: 8.3 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.2 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.3 }
- { TYPO3_VERSION: 13, PHP_VERSION: 8.4 }

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
"php": ">=7.4.0",
"typo3/cms-core": "^12.4 || ^13.4",
"php": ">=8.1.0",
"tecnickcom/tcpdf": "^6.2",
"setasign/fpdi": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"typo3/testing-framework": "^7.0@dev",
"phpunit/phpunit": "^10",
"typo3/testing-framework": "^8.0@dev",
"smalot/pdfparser": "^2",
"squizlabs/php_codesniffer": "^3.7",
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-13.4.99',
'typo3' => '12.4.0-13.4.99',
'php' => '7.4.0-0.0.0',
],
'conflicts' => [],
Expand Down

0 comments on commit 475fec5

Please sign in to comment.