lower requirements for illuminate libs
This commit is contained in:
parent
4174a30cd5
commit
2de962b1ca
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "superbalist/laravel-prometheus-exporter",
|
"name": "superbalist/laravel4-prometheus-exporter",
|
||||||
"description": "A prometheus exporter for Laravel",
|
"description": "A prometheus exporter for Laravel",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -10,9 +10,9 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"illuminate/support": "^5.3",
|
"illuminate/support": "^4.0",
|
||||||
"illuminate/routing": "^5.3",
|
"illuminate/routing": "^4.0",
|
||||||
"jimdo/prometheus_client_php": "^0.9.0"
|
"jimdo/prometheus_client_php": "^0.9.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue