From ca05dbf3e3aab33f9a6aaf9a30b805d06d063e2b Mon Sep 17 00:00:00 2001 From: zhovtyj Date: Mon, 30 Nov 2020 23:39:12 +0200 Subject: [PATCH] Update composer.json Laravel 8 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4d8f40e..195c52d 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,12 @@ "email": "info@waavi.com" }], "require": { - "illuminate/support": "~5.3|~6.0|~7.0", - "illuminate/validation": "~5.3|~6.0|~7.0", + "illuminate/support": "~5.3|~6.0|~7.0|~8.0", + "illuminate/validation": "~5.3|~6.0|~7.0|~8.0", "nesbot/carbon": "~1.0|~2.0" }, "require-dev": { - "phpunit/phpunit": "~6.0|~7.0|~8.0" + "phpunit/phpunit": "~6.0|~7.0|~8.0|~9.0" }, "autoload": { "psr-4": {