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 committed Feb 27, 2024
1 parent 494c837 commit e42ae0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
],
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"opis/closure": "^3.6"
},
"require-dev": {
"brianium/paratest": "^6.2|^7.0.6",
"nunomaduro/collision": "^5.3|^6.1|^7.0",
"nunomaduro/collision": "^5.3|^6.1|^7.0|^8.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"phpstan/extension-installer": "^1.1",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ray": "^1.9",
Expand Down

0 comments on commit e42ae0f

Please sign in to comment.