From dcf36cda7e5bb76a4abb856b098bce2ee0370870 Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Tue, 23 Jan 2024 11:40:24 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9B=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 4c325c2..25add6b 100644 --- a/composer.json +++ b/composer.json @@ -11,5 +11,8 @@ "psr-4": { "ctiso\\": "src/" } + }, + "require": { + "phpmailer/phpmailer": "^6.8.0" } }