From 2c57668ca665a9949766b52176efb749705b1324 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Sat, 19 Sep 2020 19:08:37 +0300 Subject: [PATCH] Enforcing ^6.3 for ArrayLock --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9df2218..06a9d11 100644 --- a/composer.json +++ b/composer.json @@ -38,11 +38,11 @@ "evenement/evenement": "^2.0|^3.0", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5", - "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", + "illuminate/broadcasting": "^6.3|^7.0|^8.0", + "illuminate/console": "^6.3|^7.0|^8.0", + "illuminate/http": "^6.3|^7.0|^8.0", + "illuminate/routing": "^6.3|^7.0|^8.0", + "illuminate/support": "^6.3|^7.0|^8.0", "pusher/pusher-php-server": "^3.0|^4.0", "react/promise": "^2.0", "symfony/http-kernel": "^4.0|^5.0",