diff --git a/.gitignore b/.gitignore index 9f11b75..bd757d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea/ +/composer.lock +/vendor diff --git a/composer.json b/composer.json index 1ad084f..12cd070 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": ">=5.5.0", - "illuminate/contracts": "5.1.*", - "illuminate/http": "5.1.*" + "illuminate/contracts": "~5.1", + "illuminate/http": "~5.1" }, "autoload": { "psr-4": {