diff --git a/composer.json b/composer.json index 6650cfe..eb4fc8e 100644 --- a/composer.json +++ b/composer.json @@ -11,16 +11,16 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^5.5|^6", - "illuminate/console": "^5.5|^6", - "illuminate/filesystem": "^5.5|^6", + "illuminate/support": "^5.5|^6|^7", + "illuminate/console": "^5.5|^6|^7", + "illuminate/filesystem": "^5.5|^6|^7", "barryvdh/reflection-docblock": "^2.0.6", "composer/composer": "^1.6", "doctrine/dbal": "~2.3" }, "require-dev": { - "illuminate/config": "^5.5|^6", - "illuminate/view": "^5.5|^6", + "illuminate/config": "^5.5|^6|^7", + "illuminate/view": "^5.5|^6|^7", "phpro/grumphp": "^0.17.1", "squizlabs/php_codesniffer": "^3", "orchestra/testbench": "^3|^4",