summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Form/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Form/composer.json')
-rw-r--r--src/Symfony/Component/Form/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Symfony/Component/Form/composer.json b/src/Symfony/Component/Form/composer.json
index b03b63f..8f09a36 100644
--- a/src/Symfony/Component/Form/composer.json
+++ b/src/Symfony/Component/Form/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/form",
"type": "library",
- "description": "Symfony Form Component",
+ "description": "Allows to easily create, process and reuse HTML forms",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -22,6 +22,7 @@
"symfony/options-resolver": "~4.3|^5.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
+ "symfony/polyfill-php80": "^1.16",
"symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
"symfony/service-contracts": "^1.1|^2"
},