Improve composer.json descriptions

This commit is contained in:
Fabien Potencier 2021-01-10 17:38:16 +01:00
parent dbbcb9cd1f
commit b40597844a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "symfony/notifier",
"type": "library",
"description": "A library to notify messages",
"description": "Sends notifications via one or more channels (email, SMS, ...)",
"keywords": ["notifier", "notification"],
"homepage": "https://symfony.com",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "symfony/string",
"type": "library",
"description": "Symfony String component",
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"keywords": ["string", "utf8", "utf-8", "grapheme", "i18n", "unicode"],
"homepage": "https://symfony.com",
"license": "MIT",