fix: composer php requirement

This commit is contained in:
Roelof Kallenkoot 2021-04-23 02:01:39 +02:00
parent 44404a4783
commit a52828d816

View file

@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2.0 || ^8.0",
"php": "^7.2.0|^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
"promphp/prometheus_client_php": "^2.2.2"