Skip to content

Commit

Permalink
Make PHP version requirement less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 7, 2024
1 parent a824426 commit 8c1ea3e
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 @@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=8.2.17",
"php": ">=8.2.4",
"amphp/mysql": "^3.0",
"amphp/postgres": "^2.0",
"amphp/redis": "^2.0",
Expand Down

0 comments on commit 8c1ea3e

Please sign in to comment.