diff --git a/composer.json b/composer.json index 92788af..52d36d4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "folklore/graphql": "^0.3.3", - "illuminate/console": "5.1.*" + "folklore/graphql": "0.*", + "illuminate/console": "5.*" } }