From 50f02c8b810fa261649f156890a74d40b27091a7 Mon Sep 17 00:00:00 2001 From: JackieDo Date: Thu, 9 Apr 2020 10:54:18 +0700 Subject: [PATCH] Update composer.json - Support Laravel 7.x --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 5ec69fb..1fd7f24 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "illuminate/cache": "^6.0|5.*", - "illuminate/config": "^6.0|5.*", - "illuminate/console": "^6.0|5.*", - "illuminate/http": "^6.0|5.*", - "illuminate/pagination": "^6.0|5.*", - "illuminate/support": "^6.0|5.*", + "illuminate/cache": "^7.0|^6.0|5.*", + "illuminate/config": "^7.0|^6.0|5.*", + "illuminate/console": "^7.0|^6.0|5.*", + "illuminate/http": "^7.0|^6.0|5.*", + "illuminate/pagination": "^7.0|^6.0|5.*", + "illuminate/support": "^7.0|^6.0|5.*", "nesbot/carbon": "^2.0|~1.20" }, "autoload": {