diff --git a/composer.json b/composer.json index 4f14f9b..577a2fb 100755 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=7.1.3", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0" }, "autoload": { "psr-4": {