diff --git a/composer.json b/composer.json index a46522a..13ab218 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ ], "require": { "php": ">=7", - "illuminate/auth": "^5.6", - "illuminate/support": "^5.6", + "illuminate/auth": "5.6.*", + "illuminate/support": "5.6.*", "torann/geoip": "^1.0", "nesbot/carbon": "^1.0" },