Skip to content

Commit

Permalink
Merge pull request #588 from flightphp/simplified-version-constraint
Browse files Browse the repository at this point in the history
Simplified php version constraint
  • Loading branch information
n0nag0n authored May 9, 2024
2 parents c3c5c29 + 508dca8 commit f6da4c4
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 @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"php": ">=7.4",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit f6da4c4

Please sign in to comment.