Skip to content

Commit

Permalink
[TASK] Add compatibility with TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkraume authored and Christoph Lehmann committed Jul 24, 2024
1 parent b2bcf12 commit 388a704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# See version matrix @ https://typo3.org/cms/roadmap
- { php: 8.1, typo3: 11 }
- { php: 8.1, typo3: 12 }
- { php: 8.3, typo3: 13 }

env: ${{ matrix.env }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"require": {
"php": "^8.0",
"typo3/cms-backend": "^11.0 || ^12.0",
"typo3/cms-core": "^11.0 || ^12.0",
"typo3/cms-frontend": "^11.0 || ^12.0",
"typo3/cms-backend": "^11.0 || ^12.0 || ^13.0",
"typo3/cms-core": "^11.0 || ^12.0 || ^13.0",
"typo3/cms-frontend": "^11.0 || ^12.0 || ^13.0",
"sentry/sentry": "^4.6"
},
"extra": {
Expand Down

0 comments on commit 388a704

Please sign in to comment.