Update composer to work with Laravel 5 and Laravel 6 (#10)

Update composer to work with Laravel 5 and Laravel 6
This commit is contained in:
Luca Critelli 2019-10-17 03:45:01 -04:00 committed by Nic Appleby
parent 4174a30cd5
commit c8ef2037dc

View file

@ -10,8 +10,8 @@
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.3",
"illuminate/routing": "^5.3",
"illuminate/support": "^5.3 || ^6.0",
"illuminate/routing": "^5.3 || ^6.0",
"jimdo/prometheus_client_php": "^0.9.0"
},
"autoload": {