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.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/Symfony/Component/Intl/composer.json b/src/Symfony/Component/Intl/composer.json
index 291b536..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",
@@ -24,8 +24,9 @@
}
],
"require": {
- "php": "^7.1.3",
- "symfony/polyfill-intl-icu": "~1.0"
+ "php": ">=7.1.3",
+ "symfony/polyfill-intl-icu": "~1.0",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/filesystem": "^3.4|^4.0|^5.0"
@@ -40,10 +41,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}