From 430eb2ed7168adff8cdf91d2d3a602a3e84e2eb4 Mon Sep 17 00:00:00 2001 From: Shamsudin Date: Tue, 3 Mar 2020 23:15:38 +0300 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 2b26668..b3fffdd 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": ">=5.5.9", - "illuminate/console": "~5.0|~6.0", - "illuminate/filesystem": "~5.0|~6.0", - "illuminate/database": "~5.0|~6.0", - "illuminate/support": "~5.0|~6.0", - "illuminate/config": "~5.0|~6.0", - "illuminate/pagination": "~5.0|~6.0" + "illuminate/console": "~5.0|~6.0|~7.0", + "illuminate/filesystem": "~5.0|~6.0|~7.0", + "illuminate/database": "~5.0|~6.0|~7.0", + "illuminate/support": "~5.0|~6.0|~7.0", + "illuminate/config": "~5.0|~6.0|~7.0", + "illuminate/pagination": "~5.0|~6.0|~7.0" }, "require-dev": { "phpunit/phpunit": "~5.4.0",