From d01a5f171ef7244cb5c11460fe91e037a56096cc Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 9 Sep 2020 14:29:27 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b64a9bfb..43acd250 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5|^6|^7", - "illuminate/translation": "^5.5|^6|^7", + "illuminate/support": "^5.5|^6|^7|^8", + "illuminate/translation": "^5.5|^6|^7|^8", "symfony/finder": "^3|^4|^5", "tanmuhittin/laravel-google-translate": "^2.0.1" },