Skip to content

Commit 201a307

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Improve composer.json descriptions
2 parents e2bb990 + 3a2d2d1 commit 201a307

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Intl Component
22
=============
33

4-
A PHP replacement layer for the C intl extension that also provides access to
5-
the localization data of the ICU library.
4+
The Intl component provides a PHP replacement layer for the C intl extension
5+
that also provides access to the localization data of the ICU library.
66

77
The replacement layer is limited to the locale "en". If you want to use other
88
locales, you should [install the intl PHP extension][0] instead.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/intl",
33
"type": "library",
4-
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
4+
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
55
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)