diff --git a/composer.json b/composer.json index 4e8fbce..54d7d42 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ ], "require": { "php": "^7.2", - "illuminate/config": "~5.0 || ^6.0", - "illuminate/session": "~5.0 || ^6.0", - "illuminate/support": "~5.0 || ^6.0" + "illuminate/config": "~5.0 || ^6.0 || ^7.0", + "illuminate/session": "~5.0 || ^6.0 || ^7.0", + "illuminate/support": "~5.0 || ^6.0 || ^7.0" }, "require-dev": { - "laravel/framework": "~5.0 || ^6.0" + "laravel/framework": "~5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-0": {