mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Make PHP version requirement less strict
This commit is contained in:
parent
a824426d98
commit
8c1ea3e04e
@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2.17",
|
"php": ">=8.2.4",
|
||||||
"amphp/mysql": "^3.0",
|
"amphp/mysql": "^3.0",
|
||||||
"amphp/postgres": "^2.0",
|
"amphp/postgres": "^2.0",
|
||||||
"amphp/redis": "^2.0",
|
"amphp/redis": "^2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user