Skip to content

Commit

Permalink
Fix PHP requirement in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Mar 5, 2024
1 parent 01b1c7b commit 8f2f82e
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 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 8.0 < 8.3",
"php": ">= 8.0 < 8.4",
"ext-json": "*",
"composer-plugin-api": "^2.3"
},
Expand Down

0 comments on commit 8f2f82e

Please sign in to comment.