Skip to content

Commit

Permalink
chore: require stable version of TYPO3 JobRouter extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 1, 2024
1 parent 70ea07d commit 7f72333
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
"require": {
"php": ">=8.1",
"ext-intl": "*",
"jobrouter/rest-client": "^3.1@dev",
"jobrouter/typo3-base": "^4.0@dev",
"jobrouter/typo3-connector": "^4.0@dev",
"jobrouter/typo3-base": "^4.0",
"jobrouter/typo3-connector": "^4.0",
"typo3/cms-backend": "^12.4.9 || ^13.3",
"typo3/cms-core": "^12.4.9 || ^13.3",
"typo3/cms-fluid": "^12.4.9 || ^13.3",
Expand Down

0 comments on commit 7f72333

Please sign in to comment.