summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Intl/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Intl/composer.json')
-rw-r--r--src/Symfony/Component/Intl/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Component/Intl/composer.json b/src/Symfony/Component/Intl/composer.json
index 8a1962c..fa37c90 100644
--- a/src/Symfony/Component/Intl/composer.json
+++ b/src/Symfony/Component/Intl/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/intl",
"type": "library",
- "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
+ "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -25,7 +25,8 @@
],
"require": {
"php": ">=7.1.3",
- "symfony/polyfill-intl-icu": "~1.0"
+ "symfony/polyfill-intl-icu": "~1.0",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/filesystem": "^3.4|^4.0|^5.0"