diff --git a/composer.json b/composer.json index bf31693..2e023af 100755 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6.0|^7.0|^8.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0", "phpseclib/phpseclib": "^2.0" }, "require-dev": { - "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~5.5" },