diff --git a/composer.json b/composer.json index b895287..46c18e4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "4.*|5.*", + "illuminate/support": "~4.2", "doctrine/orm": "2.5.*", "doctrine/migrations": "1.*" }, @@ -26,5 +26,6 @@ "Tests\\": "tests/" } }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "prefer-stable": true }