Skip to content

Commit

Permalink
Allow PHP 8.2 in composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Mar 8, 2024
1 parent 7a73205 commit cd02414
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 @@ -29,7 +29,7 @@
"typo3-ter/find": "self.version"
},
"require": {
"php": "> 8.0.0 < 8.2.0",
"php": "> 8.0.0 < 8.3.0",
"ext-curl": "*",
"ext-json": "*",
"solarium/solarium": ">=6.0 <7.0",
Expand Down

0 comments on commit cd02414

Please sign in to comment.