From 681624ce4c4fdcb015c46e5d08ce059c3938b205 Mon Sep 17 00:00:00 2001 From: Vallabh Kansagara Date: Tue, 27 Sep 2016 01:50:05 +0530 Subject: [PATCH] bumped to illuminate 5.3.x bumped to illuminate 5.3.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 874ee51..903a7c8 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "^5.2", - "illuminate/database": "^5.2", - "illuminate/filesystem": "^5.2", - "illuminate/console": "^5.2" + "illuminate/support": "^5.2|^5.3", + "illuminate/database": "^5.2|^5.3", + "illuminate/filesystem": "^5.2|^5.3", + "illuminate/console": "^5.2|^5.3" }, "require-dev": { "mockery/mockery": "dev-master@dev"