Skip to content

Commit

Permalink
chore(deps): update Laravel versions in composer.json
Browse files Browse the repository at this point in the history
- Update Laravel contracts and support versions to include 11.0
  • Loading branch information
guanguans committed Mar 13, 2024
1 parent 11fe062 commit 7156c9b
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 @@ -47,8 +47,8 @@
"ext-json": "*",
"ext-pdo": "*",
"guanguans/soar-php": "^4.1",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"maximebf/debugbar": "^1.21"
},
"require-dev": {
Expand All @@ -62,7 +62,7 @@
"itsgoingd/clockwork": "^5.2",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
"laravel/legacy-factories": "^1.4",
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"pestphp/pest": "^1.23 || ^2.0",
Expand Down

0 comments on commit 7156c9b

Please sign in to comment.