Skip to content

Commit

Permalink
chore: require the latest TYPO3 v13 sprint release
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Sep 18, 2024
1 parent f34e41c commit 032288d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": ">=8.1",
"typo3/cms-core": "^11.5.19 || ^12.4 || ^13.2",
"typo3/cms-fluid": "^11.5.19 || ^12.4 || ^13.2",
"typo3/cms-frontend": "^11.5.19 || ^12.4 || ^13.2"
"typo3/cms-core": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-fluid": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-frontend": "^11.5.19 || ^12.4 || ^13.3"
},
"require-dev": {
"ext-sqlite3": "*",
Expand All @@ -41,8 +41,8 @@
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-adminpanel": "^11.5.19 || ^12.4 || ^13.2",
"typo3/cms-lowlevel": "^11.5.19 || ^12.4 || ^13.2",
"typo3/cms-adminpanel": "^11.5.19 || ^12.4 || ^13.3",
"typo3/cms-lowlevel": "^11.5.19 || ^12.4 || ^13.3",
"typo3/testing-framework": "^7.0 || ^8.2"
},
"conflict": {
Expand Down

0 comments on commit 032288d

Please sign in to comment.