Skip to content

Commit

Permalink
[BUGFIX] Allow PHP versions for 8.2.x properly in version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
featdd committed Jun 12, 2023
1 parent 6c2ebf6 commit 2672b1f
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 @@ -18,7 +18,7 @@
"docs": "https://docs.typo3.org/p/mindshape/mindshape-cookie-consent/3.0/en-us/"
},
"require": {
"php": "~8.0 <=8.2",
"php": "~8.0 <8.3",
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-core": "~11.5.2||~12.4",
Expand Down

0 comments on commit 2672b1f

Please sign in to comment.