Removed ^3.0 support for pusher/pusher-php-server
This commit is contained in:
parent
31f4bd7f77
commit
041cce5d1c
|
|
@ -42,7 +42,7 @@
|
||||||
"illuminate/queue": "^6.3|^7.0|^8.0",
|
"illuminate/queue": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/routing": "^6.3|^7.0|^8.0",
|
"illuminate/routing": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/support": "^6.3|^7.0|^8.0",
|
"illuminate/support": "^6.3|^7.0|^8.0",
|
||||||
"pusher/pusher-php-server": "^3.0|^4.0",
|
"pusher/pusher-php-server": "^4.0",
|
||||||
"react/promise": "^2.0",
|
"react/promise": "^2.0",
|
||||||
"symfony/http-kernel": "^4.0|^5.0",
|
"symfony/http-kernel": "^4.0|^5.0",
|
||||||
"symfony/psr-http-message-bridge": "^1.1|^2.0"
|
"symfony/psr-http-message-bridge": "^1.1|^2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue