feat: laravel 8, updated dependencies
This commit is contained in:
parent
6e874128e8
commit
44404a4783
2 changed files with 36 additions and 35 deletions
|
@ -9,10 +9,10 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"illuminate/support": "^5.3 || ^6.0 || ^7.0",
|
||||
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
|
||||
"jimdo/prometheus_client_php": "^0.9.0"
|
||||
"php": ">=7.2.0 || ^8.0",
|
||||
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
|
||||
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
|
||||
"promphp/prometheus_client_php": "^2.2.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
"dev-master": "1.1.0-dev"
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.5",
|
||||
"mockery/mockery": "^0.9.5"
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"mockery/mockery": "^1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue