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 73cdd0f commit 43cbb6f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"illuminate/bus": "^9.0 || ^10.0",
"illuminate/container": "^9.0 || ^10.0",
"illuminate/events": "^9.0 || ^10.0",
"illuminate/queue": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/bus": "^9.0 || ^10.0 || ^11.0",
"illuminate/container": "^9.0 || ^10.0 || ^11.0",
"illuminate/events": "^9.0 || ^10.0 || ^11.0",
"illuminate/queue": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"laravel/serializable-closure": "^1.2",
"ramsey/uuid": "^4.0"
},
Expand All @@ -26,10 +26,10 @@
"lorisleiva/laravel-actions": "^2.5.1",
"mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.4",
"orchestra/testbench": "^7.0 || ^8.0",
"pestphp/pest": "^1.20",
"pestphp/pest-plugin-laravel": "^1.0",
"phpunit/phpunit": "^9.5.8",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.20 || ^2.34",
"pestphp/pest-plugin-laravel": "^1.0 || ^2.3",
"phpunit/phpunit": "^9.5.8 || ^10.5",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ignition": "^1.6 || ^2.0"
},
Expand Down

0 comments on commit 43cbb6f

Please sign in to comment.