diff --git a/composer.json b/composer.json index 6780454..5016c2c 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "license": "MIT", "require": { "php": ">=7.4", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0", "doctrine/dbal": "^2.9|^2.10|^3.0" }, "autoload": {