Skip to content

Commit

Permalink
[TASK] Fix version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Nov 27, 2024
1 parent 7497192 commit 4392bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typo3/cms-frontend": "^11.5 || ^12.3",
"typo3/cms-install": "^11.5 || ^12.3",
"typo3/cms-filelist": "^11.5 || ^12.3",
"typo3/cms-core": "^12.4"
"typo3/cms-core": "^11.5 || ^12.3"
},
"require-dev": {
"codeception/codeception": "^5.1",
Expand Down

0 comments on commit 4392bb7

Please sign in to comment.