From a295baa919e865ad81a6d51cc3bc649b1b561772 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 15 Oct 2020 07:50:48 +0800 Subject: [PATCH 1/2] Add laravel 8 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 89f95b3..49573f2 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "backup-manager/backup-manager": "^3.0", "php": "^7.3||^7.4", "symfony/process": "^3||^4||^5", - "illuminate/support": "^5.5||^6||^7", - "illuminate/container": "^5.5||^6||^7", - "illuminate/console": "^5.5||^6||^7" + "illuminate/support": "^5.5||^6||^7||^8", + "illuminate/container": "^5.5||^6||^7||^8", + "illuminate/console": "^5.5||^6||^7||^8" }, "require-dev": { "mockery/mockery": "dev-master", From be4aa09b4c9d331d6056a67dd6ab4fd832ca5a4c Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 15 Oct 2020 08:27:03 +0800 Subject: [PATCH 2/2] Change dependencies to support laravel 5.5 and beyond --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 49573f2..c184c79 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "backup-manager/backup-manager": "^3.0", "php": "^7.3||^7.4", "symfony/process": "^3||^4||^5", - "illuminate/support": "^5.5||^6||^7||^8", - "illuminate/container": "^5.5||^6||^7||^8", - "illuminate/console": "^5.5||^6||^7||^8" + "illuminate/support": ">=5.5", + "illuminate/container": ">=5.5", + "illuminate/console": ">=5.5" }, "require-dev": { "mockery/mockery": "dev-master",