Skip to content

Commit

Permalink
Update composer.json for PHP 8.3 + TYPO3 v12
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf authored Sep 11, 2024
1 parent d475346 commit 3d86878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": ">= 8.0 < 8.4",
"zordius/lightncandy": "^1.2",
"typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3fluid/fluid": "^2.7"
},
"require-dev": {
Expand Down

0 comments on commit 3d86878

Please sign in to comment.