From 88579db103b959b193220aaee5e6aa5db48cdbbd Mon Sep 17 00:00:00 2001 From: Gaige Lama Date: Sun, 15 Sep 2019 18:57:15 -0400 Subject: [PATCH 1/2] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 704f9890..77ffba8c 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ ], "require": { "php": "^7.2", - "illuminate/console": "~5.4", - "illuminate/contracts": "~5.4", - "illuminate/http": "~5.4", - "illuminate/support": "~5.4", + "illuminate/console": "~5.4|^6", + "illuminate/contracts": "~5.4|^6", + "illuminate/http": "~5.4|^6", + "illuminate/support": "~5.4|^6", "predis/predis": "^1.1" }, "require-dev": { From 1a93fcdf0761a1648085f7138a28d7bb62e51a8f Mon Sep 17 00:00:00 2001 From: Gaige Lama Date: Sun, 15 Sep 2019 18:59:34 -0400 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77ffba8c..0d63ad58 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "swooletw/laravel-swoole", - "description": "High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.", + "name": "exounx/laravel-swoole", + "description": "Laravel 6 Support - High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.", "keywords": [ "swoole", "laravel",