Update dependencies
This commit is contained in:
parent
267a1f7039
commit
27059f85c7
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"php": "^7.4|^8.0",
|
||||
"illuminate/support": "^7.0 || ^8.0 || ^9.0",
|
||||
"illuminate/routing": "^7.0 || ^8.0 || ^9.0",
|
||||
"promphp/prometheus_client_php": "^v2.4.0"
|
||||
"promphp/prometheus_client_php": "^v2.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5.13",
|
||||
"mockery/mockery": "^1.5.0"
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"mockery/mockery": "^1.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue