From f0cbdf26f9233e0c27e6ba327547b4c1209e6635 Mon Sep 17 00:00:00 2001 From: Joe Campo Date: Tue, 26 Feb 2019 14:30:35 -0500 Subject: [PATCH] Update dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e906b2e..f128cec 100755 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "php": ">=7.1.3", - "illuminate/support": "5.7.*", - "illuminate/filesystem": "5.7.*", + "illuminate/support": "5.8.*", + "illuminate/filesystem": "5.8.*", "phpseclib/phpseclib": "^2.0" }, "require-dev": { - "illuminate/console": "5.7.*", + "illuminate/console": "5.8.*", "mockery/mockery": "~1.0", "phpunit/phpunit": "~5.5" },