Skip to content

Commit 800f0f8

Browse files
committed
Add support for Laravel 11
1 parent aded449 commit 800f0f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
],
1717
"require": {
1818
"php": ">=7.1",
19-
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
19+
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
2020
"mpociot/pipeline": "^1.0.2",
2121
"react/socket": "~1.0",
2222
"spatie/macroable": "^1.0",
2323
"psr/container": "^1.0 || ^2.0",
2424
"laravel/serializable-closure": "^1.0",
25-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
25+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
2626
},
2727
"require-dev": {
2828
"codeigniter/framework": "~3.0",
29-
"orchestra/testbench": "^3.4 || ^4.0 || ^5.0 || ^6.0",
30-
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
29+
"orchestra/testbench": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
30+
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3131
"mockery/mockery": "^1.1",
3232
"doctrine/cache": "^1.6",
3333
"symfony/cache": "^3.4.35 || ^4.3.7 || ^5.0",

0 commit comments

Comments
 (0)