From a5214c27b2ed6967a4a06cc1de2defe04b107e66 Mon Sep 17 00:00:00 2001 From: neoteknic Date: Fri, 18 Feb 2022 23:21:37 +0100 Subject: [PATCH] Laravel 9 compatibility (#51) Add L9 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7105163..1dca2a1 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "require": { "illuminate/console": ">=5.1", "php": ">=7.0.0", - "illuminate/support": "^5.5|^6|^7|^8", - "illuminate/translation": "^5.5|^6|^7|^8", + "illuminate/support": "^5.5|^6|^7|^8|^9", + "illuminate/translation": "^5.5|^6|^7|^8|^9", "stichoza/google-translate-php": "^4.0", "google/cloud-translate": "^1.7.4", "yandex/translate-api": "^1.5.2",