Skip to content

Commit 4623b07

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Improve composer.json descriptions
2 parents eb80ac7 + 201a307 commit 4623b07

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Intl Component
22
=============
33

4-
This package provides access to the CLDR 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.
6+
7+
The replacement layer is limited to the locale "en". If you want to use other
8+
locales, you should [install the intl PHP extension][0] instead.
59

610
Resources
711
---------

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "symfony/intl",
33
"type": "library",
4-
"description": "This package provides access to the CLDR localization data of the ICU library.",
5-
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n", "cldr"],
4+
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
5+
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)