Skip to content

Commit

Permalink
fix: Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf committed Sep 19, 2024
1 parent 8a00446 commit 3082374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,15 @@ jobs:
typo3-version: '^11.5'
- php-version: '8.2'
typo3-version: '^11.5'
- php-version: '8.3'
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '^12.4'
- php-version: '8.2'
typo3-version: '^12.4'
- php-version: '8.3'
typo3-version: '^12.4'

steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"php": "~8.0.0 || ~8.1.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"rector/rector": "^0.12.23",
"typo3/testing-framework": "^8.0",
"typo3/testing-framework": "^6.0 || ^7.0",
"phpspec/prophecy-phpunit": "^2.0",
"symplify/easy-coding-standard": "^12.0"
"symplify/easy-coding-standard": "^10.2"
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 3082374

Please sign in to comment.