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 Mar 1, 2024
1 parent 60511df commit c5836bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
"require-dev": {
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^10.0.7",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^3.0.0",
"brainmaestro/composer-git-hooks": "dev-master",
"laravel/pint": "^1.2"
Expand Down

0 comments on commit c5836bc

Please # to comment.