merge upstream changes
This commit is contained in:
commit
ac7003ff49
2 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.4 - 2019-10-17
|
||||||
|
|
||||||
|
* Enable Laravel 6.0 compatability
|
||||||
|
|
||||||
## 1.0.3 - 2019-02-11
|
## 1.0.3 - 2019-02-11
|
||||||
|
|
||||||
* Enable package discovery for laravel 5.5+
|
* Enable package discovery for laravel 5.5+
|
||||||
|
|
|
@ -10,9 +10,15 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
|
<<<<<<< HEAD
|
||||||
"illuminate/support": "^4.0",
|
"illuminate/support": "^4.0",
|
||||||
"illuminate/routing": "^4.0",
|
"illuminate/routing": "^4.0",
|
||||||
"jimdo/prometheus_client_php": "^0.9.1"
|
"jimdo/prometheus_client_php": "^0.9.1"
|
||||||
|
=======
|
||||||
|
"illuminate/support": "^5.3 || ^6.0",
|
||||||
|
"illuminate/routing": "^5.3 || ^6.0",
|
||||||
|
"jimdo/prometheus_client_php": "^0.9.0"
|
||||||
|
>>>>>>> c1cd48549fb5270120d4c529e6dad739383843fc
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue