Skip to content

Commit

Permalink
Merge pull request #65 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Mar 2, 2024
2 parents 60511df + c5836bc commit 3d16c9f
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 3d16c9f

Please # to comment.