From 6410165a27a692fcd3131bbcd638b8d194345a31 Mon Sep 17 00:00:00 2001 From: HexRx Date: Tue, 3 Dec 2019 13:01:22 +0200 Subject: [PATCH] Add Laravel 6 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 603985b..c8cf9cc 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.*|5.7.*|5.8.*", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", "influxdb/influxdb-php": "1.14.*", "monolog/monolog": "^1.19" },