Skip to content

Commit c29944a

Browse files
committed
chore(deps): update Laravel and Illuminate versions
- Updated Laravel and Illuminate versions to include support for version 11.0
1 parent 1bc4116 commit c29944a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"php": ">=7.4",
6464
"ext-json": "*",
6565
"guanguans/notify": "^1.28",
66-
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
67-
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0"
66+
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
67+
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
6868
},
6969
"require-dev": {
7070
"brainmaestro/composer-git-hooks": "^2.8",
@@ -73,7 +73,7 @@
7373
"guanguans/ai-commit": "dev-main",
7474
"guanguans/monorepo-builder-worker": "^1.4",
7575
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
76-
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
76+
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
7777
"mockery/mockery": "^1.6",
7878
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
7979
"pestphp/pest": "^1.23 || ^2.0",

0 commit comments

Comments
 (0)