From d85ba70e5871a6e9961b20928c9ba4856c746c52 Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 10 Sep 2020 08:34:39 +0300 Subject: [PATCH] Deprecated 5.8.* --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 03d6f81..da61886 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|^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", + "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", "react/dns": "^1.1", "symfony/http-kernel": "^4.0|^5.0", @@ -40,7 +40,7 @@ }, "require-dev": { "mockery/mockery": "^1.3", - "orchestra/testbench": "3.8.*|^4.0|^5.0", + "orchestra/testbench": "^4.0|^5.0|^6.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": {