From 639a63bfbbab8f4356e58343947a8a2c45a07cce Mon Sep 17 00:00:00 2001 From: Tom de Wit Date: Mon, 15 Jul 2019 21:13:29 +0200 Subject: [PATCH] Allow the use of pusher-php-server 4.0 (#209) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 028678a..bfe3ad6 100644 --- a/composer.json +++ b/composer.json @@ -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" },