From 34639bf82be871219bf33d1660bf125e91bbcc18 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sun, 5 Nov 2023 23:04:42 +0100 Subject: [PATCH] composer.json: updated description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9894a2b..62acf04 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nette/mail", - "description": "📧 Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.", + "description": "📧 Nette Mail: A handy library for creating and sending emails in PHP.", "keywords": ["nette", "mail", "mailer", "smtp", "mime"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],