Skip to content

Commit

Permalink
chore(deps): update Laravel and Illuminate versions
Browse files Browse the repository at this point in the history
- Updated Laravel and Illuminate versions to include support for version 11.0
  • Loading branch information
guanguans committed Mar 13, 2024
1 parent 1bc4116 commit c29944a
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 @@ -63,8 +63,8 @@
"php": ">=7.4",
"ext-json": "*",
"guanguans/notify": "^1.28",
"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"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
Expand All @@ -73,7 +73,7 @@
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
"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 c29944a

Please sign in to comment.