Allow the use of pusher-php-server 4.0 (#209)

This commit is contained in:
Tom de Wit 2019-07-15 21:13:29 +02:00 committed by Marcel Pociot
parent d145cd4160
commit 639a63bfbb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"illuminate/http": "5.7.* || 5.8.*",
"illuminate/routing": "5.7.* || 5.8.*",
"illuminate/support": "5.7.* || 5.8.*",
"pusher/pusher-php-server": "~3.0",
"pusher/pusher-php-server": "~3.0 || ~4.0",
"symfony/http-kernel": "~4.0",
"symfony/psr-http-message-bridge": "^1.1"
},