diff --git a/composer.json b/composer.json index 31aea16..aa5175f 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ ], "require": { "php": "^7.1.3", - "illuminate/console": "5.8.*|^6.0", - "illuminate/database": "5.8.*|^6.0", - "illuminate/events": "5.8.*|^6.0", - "illuminate/http": "5.8.*|^6.0", - "illuminate/support": "5.8.*|^6.0", + "illuminate/console": "^6.0|^7.0", + "illuminate/database": "^6.0|^7.0", + "illuminate/events": "^6.0|^7.0", + "illuminate/http": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0", "kalnoy/nestedset": "^5.0" }, "require-dev": {