Skip to content

Commit

Permalink
Merge pull request #45 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 2, 2024
2 parents c491f1f + a74bd71 commit 718c978
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 @@ -10,7 +10,7 @@
],
"require": {
"php": "^8.0.2",
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,7 +25,7 @@
"require-dev": {
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^10.0.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^3.5",
"brainmaestro/composer-git-hooks": "dev-master",
"laravel/pint": "^1.2"
Expand Down Expand Up @@ -67,4 +67,4 @@
"check-style": "Run style checks (only dry run - no fixing!).",
"fix-style": "Run style checks and fix violations."
}
}
}

0 comments on commit 718c978

Please sign in to comment.