Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and LKaemmerling committed Mar 12, 2024
1 parent caedfcd commit 1eea248
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"require": {
"php": "^7.1|^8.0",
"promphp/prometheus_client_php": "^1.0.3|^2.0.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"laravel/horizon": "^4.0|^5.0"
},
"require-dev": {
"orchestra/testbench": "^v4.9|^5.3|^6.3|^7.0|^8.0",
"phpunit/phpunit": "^8.2|^9.0",
"orchestra/testbench": "^v4.9|^5.3|^6.3|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.2|^9.0|^10.5",
"symfony/var-dumper": "^4.3|^5.1"
},
"autoload": {
Expand Down

0 comments on commit 1eea248

Please sign in to comment.