diff --git a/composer.json b/composer.json index e4af5c9..7cc512e 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^5.6 || ^7.0 || ^7.1.3", - "illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", "influxdb/influxdb-php": "1.14.*", "monolog/monolog": "^1.19" },