diff --git a/composer.json b/composer.json index afe96ff..e871ef2 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*", - "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*", - "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*" + "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0", + "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0", + "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0" }, "require-dev": { "phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",