diff --git a/composer.json b/composer.json index 3c65315..6ba800d 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": "^7.2.5", - "illuminate/support": "^5.5 || ^6.0 || ^7.0", - "illuminate/filesystem": "^5.5 || ^6.0 || ^7.0", + "illuminate/support": "^7.0", + "illuminate/filesystem": "^7.0", "doctrine/annotations": "~1.2", - "phpdocumentor/reflection-docblock": "^3.1|^4.1" + "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0",