fix: composer php requirement
This commit is contained in:
parent
44404a4783
commit
a52828d816
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.0 || ^8.0",
|
"php": "^7.2.0|^8.0",
|
||||||
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
|
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
|
||||||
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
|
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
|
||||||
"promphp/prometheus_client_php": "^2.2.2"
|
"promphp/prometheus_client_php": "^2.2.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue