From 70ef0bee23e60c16bf8b524f35880ba1528a8e39 Mon Sep 17 00:00:00 2001 From: Marc Lough Date: Thu, 24 Mar 2016 15:44:54 +0000 Subject: [PATCH] Add support for all versions of Laravel 5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6148cb8..a17763e 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.2.*", - "illuminate/config": "5.2.*", - "illuminate/view": "5.2.*", + "illuminate/support": "~5.0", + "illuminate/config": "~5.0", + "illuminate/view": "~5.0", "laravelcollective/html": "~5.0" }, "require-dev": {