Skip to content

Commit

Permalink
chore: drop compatibility with TYPO3 v11
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 22, 2024
1 parent ce48c7f commit 38238f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ jobs:
fail-fast: false
matrix:
include:
- php-versions: '8.1'
typo3-versions: '^11'
- php-versions: '8.1'
typo3-versions: '^12'
- php-versions: '8.2'
typo3-versions: '^11'
- php-versions: '8.2'
typo3-versions: '^12'
- php-versions: '8.3'
typo3-versions: '^11'
- php-versions: '8.3'
typo3-versions: '^12'
steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed
- Compatibility with TYPO3 v11

## [3.0.0] - 2024-02-21

### Changed
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=8.1",
"typo3/cms-core": "^11.5.3 || ^12.4"
"typo3/cms-core": "^12.4"
},
"require-dev": {
"brotkrueml/coding-standards": "~5.1.0",
Expand All @@ -30,12 +30,12 @@
"phpstan/phpstan": "1.11.11",
"phpunit/phpunit": "^10.5",
"rector/rector": "1.2.3",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-dashboard": "^11.5.3 || ^12.4",
"typo3/cms-extbase": "^11.5.3 || ^12.4",
"typo3/cms-form": "^11.5.3 || ^12.4"
"typo3/cms-dashboard": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-form": "^12.4"
},
"suggest": {
"jobrouter/typo3-data": "Synchronise and transmit to JobData tables",
Expand Down Expand Up @@ -67,7 +67,6 @@
"dev-main": "3.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
"extension-key": "jobrouter_base",
"web-dir": ".Build/web"
}
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
'typo3' => '11.5.3-12.4.99',
'typo3' => '12.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [
Expand Down

0 comments on commit 38238f0

Please sign in to comment.