From 80e3e408d02283ff000832e672a9bcebda194902 Mon Sep 17 00:00:00 2001 From: lrljoe <104938042+lrljoe@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:28:30 +0000 Subject: [PATCH] Laravel 10 Support (#60) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1627afc..9f39063 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "require": { "illuminate/console": ">=5.1", "php": ">=7.1.0", - "illuminate/support": "^5.5|^6|^7|^8|^9", - "illuminate/translation": "^5.5|^6|^7|^8|^9", + "illuminate/support": "^5.5|^6|^7|^8|^9|^10", + "illuminate/translation": "^5.5|^6|^7|^8|^9|^10", "stichoza/google-translate-php": "^4.0", "google/cloud-translate": "^1.7.4", "yandex/translate-api": "^1.5.2",