diff --git a/composer.json b/composer.json index 3cbffac..e6e8a38 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "type": "package", "require": { "php": "^7.2", - "illuminate/config": ">6.0", - "illuminate/translation": ">6.0", - "illuminate/support": ">6.0", - "illuminate/cookie": ">6.0" + "illuminate/config": "~6.0 || ~7.0", + "illuminate/translation": "~6.0 || ~7.0", + "illuminate/support": "~6.0 || ~7.0", + "illuminate/cookie": "~6.0 || ~7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16",