Skip to content

Commit

Permalink
chore: require latest TYPO3 sprint release
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 1, 2024
1 parent cfc1688 commit f3ada83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=8.1",
"typo3/cms-core": "^12.4 || ^13.2"
"typo3/cms-core": "^12.4 || ^13.3"
},
"require-dev": {
"brotkrueml/coding-standards": "~6.0.0",
Expand All @@ -33,9 +33,9 @@
"symfony/yaml": "^6.4 || ^7.0",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"typo3/cms-dashboard": "^12.4 || ^13.2",
"typo3/cms-extbase": "^12.4 || ^13.2",
"typo3/cms-form": "^12.4 || ^13.2"
"typo3/cms-dashboard": "^12.4 || ^13.3",
"typo3/cms-extbase": "^12.4 || ^13.3",
"typo3/cms-form": "^12.4 || ^13.3"
},
"suggest": {
"jobrouter/typo3-data": "Synchronise and transmit to JobData tables",
Expand Down

0 comments on commit f3ada83

Please sign in to comment.