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 3a05458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"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"
},
Expand Down

0 comments on commit 3a05458

Please sign in to comment.