diff --git a/composer.json b/composer.json index 99215f1..117829e 100755 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^5.6", - "illuminate/console": "~5.*", - "illuminate/contracts": "~5.*", - "illuminate/support": "~5.*" + "illuminate/console": "5.*", + "illuminate/contracts": "5.*", + "illuminate/support": "5.*" } }