Skip to content

Commit

Permalink
[TASK] Declare compatibility with TYPO3 13
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho authored Sep 23, 2024
1 parent 5fcd191 commit 507f1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"typo3/cms-core": "^10.4.2 || ^11.5 || ^12.4",
"typo3/cms-core": "^10.4.2 || ^11.5 || ^12.4 || ^13.3",
"symfony/web-link": "^5.4 || ^6",
"symfony/asset": "^5.0 || ^6",
"ext-dom": "*",
"typo3/cms-tstemplate": "^10.4.2 || ^11.5 || ^12.4",
"typo3/cms-tstemplate": "^10.4.2 || ^11.5 || ^12.4 || ^13.3",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down

0 comments on commit 507f1b0

Please sign in to comment.