From 42a8778cc129eab8e60cbead4ff82df89594adeb Mon Sep 17 00:00:00 2001 From: Viacheslav Ostrovskiy Date: Fri, 5 Jul 2019 15:17:20 +0300 Subject: [PATCH] Updated composer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7a015a4..19bebf4 100755 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ ], "require": { "php": "^7.1.3", - "illuminate/support": "~5.6.0|~5.7.0", + "illuminate/support": "5.8.*", "monolog/monolog": "~1.12" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^7.5" }, "autoload": { "psr-4": {