diff --git a/composer.json b/composer.json index 298217d..12f1960 100755 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.1.*", - "illuminate/config": "4.1.*", - "illuminate/console": "4.1.*", - "symfony/finder": "2.4.*" + "illuminate/support": "~4.1", + "illuminate/config": "~4.1", + "illuminate/console": "~4.1", + "symfony/finder": "~2.4" }, "require-dev": { "mockery/mockery": "0.8.*"