Skip to content

Commit

Permalink
[BUGFIX] Adjust composer constraints to allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Sep 27, 2024
1 parent c84978a commit cd26666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
}
],
"require": {
"php": "^8.2",
"typo3/cms-core": ">=12.0.0,<=13.4.99",
"php": "^8.2 || ^8.3",
"typo3/cms-core": "^12 || ^13",
"typo3/cms-dashboard": "^12 || ^13"
},
"require-dev": {
Expand Down

0 comments on commit cd26666

Please sign in to comment.