diff --git a/composer.json b/composer.json index 683e7cb..f3fd97b 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": ">=5.4.0", - "illuminate/database": "~4.2|~5.2", - "illuminate/config": "~4.2|~5.2", + "illuminate/database": "~4.2|^5", + "illuminate/config": "~4.2|^5", "nesbot/carbon": "~1.0", "elasticsearch/elasticsearch": ">1.0 <2.1" },