diff --git a/composer.json b/composer.json index 4e378a0d..84a91e1f 100755 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ ], "require": { "php": ">=7.0.0", - "illuminate/http": "5.5.x-dev", - "illuminate/routing": "5.5.x-dev", - "illuminate/session": "5.5.x-dev", - "illuminate/support": "5.5.x-dev", - "illuminate/view": "5.5.x-dev" + "illuminate/http": "5.5.*", + "illuminate/routing": "5.5.*", + "illuminate/session": "5.5.*", + "illuminate/support": "5.5.*", + "illuminate/view": "5.5.*" }, "require-dev": { - "illuminate/database": "5.5.x-dev", + "illuminate/database": "5.5.*", "mockery/mockery": "~0.9.4", "phpunit/phpunit": "~5.4" },