Skip to content

Commit 7156c9b

Browse files
committed
chore(deps): update Laravel versions in composer.json
- Update Laravel contracts and support versions to include 11.0
1 parent 11fe062 commit 7156c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"ext-json": "*",
4848
"ext-pdo": "*",
4949
"guanguans/soar-php": "^4.1",
50-
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
51-
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
50+
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
51+
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
5252
"maximebf/debugbar": "^1.21"
5353
},
5454
"require-dev": {
@@ -62,7 +62,7 @@
6262
"itsgoingd/clockwork": "^5.2",
6363
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
6464
"laravel/legacy-factories": "^1.4",
65-
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
65+
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
6666
"mockery/mockery": "^1.6",
6767
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
6868
"pestphp/pest": "^1.23 || ^2.0",

0 commit comments

Comments
 (0)