Skip to content

Commit

Permalink
Allow PHP 8.1
Browse files Browse the repository at this point in the history
PHP 8.1 is basically usable with TYPO3 v11/v12 and the platform requirement when kickstarting a new composer project with v12.
  • Loading branch information
christophlehmann authored Mar 14, 2024
1 parent b71ffff commit c20c3ed
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 @@ -6,7 +6,7 @@
],
"type": "typo3-cms-extension",
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"typo3/cms-core": "^11.5 || ^12.0",
"typo3/cms-frontend": "^11.5 || ^12.0"
},
Expand Down

0 comments on commit c20c3ed

Please sign in to comment.