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",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
@ -10,9 +10,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"illuminate/support": "^5.3",
|
||||
"illuminate/routing": "^5.3",
|
||||
"jimdo/prometheus_client_php": "^0.9.0"
|
||||
"illuminate/support": "^4.0",
|
||||
"illuminate/routing": "^4.0",
|
||||
"jimdo/prometheus_client_php": "^0.9.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Add table
Reference in a new issue