From f637c9088faabacc52fa4d671b8cb5f3630fb46a Mon Sep 17 00:00:00 2001 From: Chris Lin <718052+clin407@users.noreply.github.com> Date: Thu, 31 Aug 2017 09:32:44 -0700 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3683ca0..ac901a6 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "5.4.*", + "illuminate/support": "5.4.*|5.5.*", "nesbot/carbon": "1.*", - "illuminate/database": "5.4.*", - "illuminate/validation": "5.4.*", - "illuminate/translation": "5.4.*" + "illuminate/database": "5.4.*|5.5.*", + "illuminate/validation": "5.4.*|5.5.*", + "illuminate/translation": "5.4.*|5.5.*" }, "require-dev": { "phpunit/phpunit": "4.4.*",