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": {