Skip to content

Commit 8c1ea3e

Browse files
committed
Make PHP version requirement less strict
1 parent a824426 commit 8c1ea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=8.2.17",
27+
"php": ">=8.2.4",
2828
"amphp/mysql": "^3.0",
2929
"amphp/postgres": "^2.0",
3030
"amphp/redis": "^2.0",

0 commit comments

Comments
 (0)