summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Inflector/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Inflector/composer.json')
-rw-r--r--src/Symfony/Component/Inflector/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Component/Inflector/composer.json b/src/Symfony/Component/Inflector/composer.json
index 7e3a4af..49d235b 100644
--- a/src/Symfony/Component/Inflector/composer.json
+++ b/src/Symfony/Component/Inflector/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/inflector",
"type": "library",
- "description": "Symfony Inflector Component",
+ "description": "Converts words between their singular and plural forms (English only)",
"keywords": [
"string",
"inflection",
@@ -24,7 +24,8 @@
],
"require": {
"php": ">=7.1.3",
- "symfony/polyfill-ctype": "~1.8"
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-php80": "^1.16"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Inflector\\": "" },