From 1578a196c9225b032f9cf28fe8bd88efdadfcfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Tue, 26 Feb 2019 19:44:38 +0100 Subject: [PATCH] Laravel 5.8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 748b1b24..8af588ec 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "illuminate/support": "^5.7", + "illuminate/support": "^5.8", "webpatser/laravel-uuid": "^3.0" }, "require-dev": { - "orchestra/testbench": "~3.0", - "laravel/framework": "5.7.*", + "orchestra/testbench": "~3.8", + "laravel/framework": "5.8.*", "vlucas/phpdotenv": "^2.2", "psy/psysh": "@stable", "league/flysystem-aws-s3-v3": "~1.0"