Skip to content

Commit

Permalink
[TASK] Require TYPO3 ^11.5.4 for TYPO3 11LTS (#259)
Browse files Browse the repository at this point in the history
Fixes #217
  • Loading branch information
oliverklee authored Dec 18, 2022
1 parent 6d8ee05 commit 48c01c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Require TYPO3 ^11.5.4 for TYPO3 11LTS (#259)
- Switch the coverage on CI from Xdebug to PCOV (#223)

### Deprecated
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"require": {
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"typo3/cms-core": "^10.4.11 || ^11.5.2",
"typo3/cms-extbase": "^10.4.11 || ^11.5.2"
"typo3/cms-core": "^10.4.11 || ^11.5.4",
"typo3/cms-extbase": "^10.4.11 || ^11.5.4"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0.1",
Expand All @@ -43,7 +43,7 @@
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/routing": "^5.4.11 || ^6.1.3",
"symfony/yaml": "^4.4.37 || ^5.3.14 || ^6.0.2",
"typo3/cms-extensionmanager": "^10.4.11 || ^11.5.2",
"typo3/cms-extensionmanager": "^10.4.11 || ^11.5.4",
"typo3/coding-standards": "^0.5.5",
"typo3/testing-framework": "^6.16.6"
},
Expand Down

0 comments on commit 48c01c7

Please sign in to comment.