diff --git a/composer.json b/composer.json index abc3693..5481afe 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ } ], "require": { - "illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/console": "5.2.* || 5.3.* || 5.4.* || 5.5.*", - "illuminate/filesystem": "5.2.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/console": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/filesystem": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*", "google/apiclient": "^2.1" }, "require-dev": {