diff --git a/composer.json b/composer.json index 6ba800d..f9757d5 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ ], "require": { "php": "^7.2.5", - "illuminate/support": "^7.0", - "illuminate/filesystem": "^7.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/filesystem": "^7.0|^8.0", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0", - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^6.5|^8.3|^9.0" }, "autoload": { "psr-4": {