From d600513e44f25e652f65911be3ed76de74a8c993 Mon Sep 17 00:00:00 2001 From: Christopher Fuchs Date: Wed, 21 Oct 2020 10:07:16 +0200 Subject: [PATCH] Added support for laravel 8.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 22a8e7c..6a378e0 100644 --- a/composer.json +++ b/composer.json @@ -28,12 +28,12 @@ "require": { "php": ">=7.4.0", "ext-intl": "*", - "illuminate/support": "^7", - "illuminate/translation": "^7", - "illuminate/validation": "^7" + "illuminate/support": "^8", + "illuminate/translation": "^8", + "illuminate/validation": "^8" }, "require-dev": { - "orchestra/testbench": "5.1.0", + "orchestra/testbench": "6.2.0", "phpunit/phpunit": "^9.0", "friendsofphp/php-cs-fixer": "^2.16" },