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" },