Skip to content

Commit

Permalink
[BUGFIX] Fix composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Jul 14, 2024
1 parent 105705d commit 19b7a50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
],
"require": {
"php": "^8.2",
"typo3/cms-backend": "^13.1 || dev-main",
"typo3/cms-core": "13.1 || dev-main",
"typo3/cms-extbase": "13.1 || dev-main",
"typo3/cms-fluid": "13.1 || dev-main",
"typo3/cms-fluid-styled-content": "13.1 || dev-main",
"typo3/cms-impexp": "13.1 || dev-main",
"typo3/cms-linkvalidator": "13.1 || dev-main",
"typo3/cms-reactions": "13.1 || dev-main"
"typo3/cms-backend": "^13.2 || dev-main",
"typo3/cms-core": "^13.2 || dev-main",
"typo3/cms-extbase": "^13.2 || dev-main",
"typo3/cms-fluid": "^13.2 || dev-main",
"typo3/cms-fluid-styled-content": "^13.2 || dev-main",
"typo3/cms-impexp": "^13.2 || dev-main",
"typo3/cms-linkvalidator": "^13.2 || dev-main",
"typo3/cms-reactions": "^13.2 || dev-main"
},
"require-dev": {
"ergebnis/composer-normalize": "~2.42.0",
Expand Down

0 comments on commit 19b7a50

Please sign in to comment.