Skip to content

Commit 4f58970

Browse files
authored
Add Laravel 10 version support
1 parent 9b40e7f commit 4f58970

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
@@ -25,9 +25,9 @@
2525
],
2626
"require": {
2727
"php": ">=7.2",
28-
"illuminate/broadcasting": "5.8.*|6.*|7.*",
29-
"illuminate/support": "5.8.*|6.*|7.*",
30-
"guzzlehttp/guzzle": ">=6.2"
28+
"illuminate/broadcasting": "5.8.*|6.*|7.*|8.*|9.*|10.*",
29+
"illuminate/support": "5.8.*|6.*|7.*|8.*|9.*|10.*",
30+
"guzzlehttp/guzzle": "6.2.*|7.*"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": ">=4.3 <5.0",

0 commit comments

Comments
 (0)