From cb77504602164f8f37dc92fd72280db033dcacb0 Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Fri, 29 Dec 2017 15:06:16 +0530 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a8ee8c3..511222e 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.0", - "illuminate/console": "~5.0" + "illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/console": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*" }, "suggest": { "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",