From 81ae387b1f0e2e59099a9b2dae7eced4321873ff Mon Sep 17 00:00:00 2001 From: Reactmore Date: Thu, 1 Dec 2022 19:26:44 +0700 Subject: [PATCH] PHP 8.0 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index cb4d890..2a6670f 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "require": { "php": "^7.0 | ^8.0", "psr/http-message": "^1.0", + "symfony/translation": "6.0", "google/apiclient": "^2.7", "nesbot/carbon": "^2.0", "vlucas/phpdotenv": "^5.4"