Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x
This commit is contained in:
commit
c9c3a37bfd
|
|
@ -31,7 +31,11 @@
|
||||||
"clue/redis-react": "^2.3",
|
"clue/redis-react": "^2.3",
|
||||||
"evenement/evenement": "^2.0|^3.0",
|
"evenement/evenement": "^2.0|^3.0",
|
||||||
"guzzlehttp/psr7": "^1.5",
|
"guzzlehttp/psr7": "^1.5",
|
||||||
"laravel/framework": "^6.0|^7.0|^8.0",
|
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
|
||||||
|
"illuminate/console": "^6.0|^7.0|^8.0",
|
||||||
|
"illuminate/http": "^6.0|^7.0|^8.0",
|
||||||
|
"illuminate/routing": "^6.0|^7.0|^8.0",
|
||||||
|
"illuminate/support": "^6.0|^7.0|^8.0",
|
||||||
"pusher/pusher-php-server": "^3.0|^4.0",
|
"pusher/pusher-php-server": "^3.0|^4.0",
|
||||||
"react/promise": "^2.0",
|
"react/promise": "^2.0",
|
||||||
"symfony/http-kernel": "^4.0|^5.0",
|
"symfony/http-kernel": "^4.0|^5.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue