From 16f87e6d4f82d870753a138cae6058177790650e Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Sun, 6 Sep 2020 05:15:00 +0300 Subject: [PATCH] support laravel 8 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2dfd9ae..03d6f81 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,11 @@ "clue/buzz-react": "^2.5", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5", - "illuminate/broadcasting": "5.8.*|^6.0|^7.0", - "illuminate/console": "5.8.*|^6.0|^7.0", - "illuminate/http": "5.8.*|^6.0|^7.0", - "illuminate/routing": "5.8.*|^6.0|^7.0", - "illuminate/support": "5.8.*|^6.0|^7.0", + "illuminate/broadcasting": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/console": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/http": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/routing": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/support": "5.8.*|^6.0|^7.0|^8.0", "pusher/pusher-php-server": "^3.0|^4.0", "react/dns": "^1.1", "symfony/http-kernel": "^4.0|^5.0",