diff --git a/composer.json b/composer.json index 3af09a5..ef6c3c0 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x", + "illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x", "friendsofphp/php-cs-fixer": "^2.14" }, "require-dev": { - "illuminate/console": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x" + "illuminate/console": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x" }, "extra": { "laravel": {