diff --git a/composer.json b/composer.json index 8df2336..0f08e42 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ ], "require": { "php": ">=7.3", - "illuminate/support": "^8.0", - "illuminate/config": "^8.0", - "illuminate/view": "^8.0", - "laravelcollective/html": "6.2.*" + "illuminate/support": ">=8.0", + "illuminate/config": ">=8.0", + "illuminate/view": ">=8.0", + "laravelcollective/html": ">=6" }, "require-dev": { "phpunit/phpunit": "^8.5",