Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c9c3a37

Browse files
committed
Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x
2 parents cf4aaea + 00dd9b0 commit c9c3a37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
"clue/redis-react": "^2.3",
3232
"evenement/evenement": "^2.0|^3.0",
3333
"guzzlehttp/psr7": "^1.5",
34-
"laravel/framework": "^6.0|^7.0|^8.0",
34+
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
35+
"illuminate/console": "^6.0|^7.0|^8.0",
36+
"illuminate/http": "^6.0|^7.0|^8.0",
37+
"illuminate/routing": "^6.0|^7.0|^8.0",
38+
"illuminate/support": "^6.0|^7.0|^8.0",
3539
"pusher/pusher-php-server": "^3.0|^4.0",
3640
"react/promise": "^2.0",
3741
"symfony/http-kernel": "^4.0|^5.0",

0 commit comments

Comments
 (0)