diff --git a/composer.json b/composer.json index dece759..5fdb583 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } ], "require": { - "illuminate/auth": "6.x", - "illuminate/support": "6.x" + "illuminate/auth": ">=6.0 <8.0", + "illuminate/support": ">=6.0 <8.0" }, "require-dev": { "orchestra/testbench": "4.x"