Update composer to work with Laravel 5 and Laravel 6

Update composer to work with Laravel 5 and Laravel 6
This commit is contained in:
Luca Critelli 2019-10-16 11:59:46 -04:00 committed by GitHub
parent 4174a30cd5
commit 800e1e5d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": {