summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/VarExporter/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/VarExporter/composer.json')
-rw-r--r--src/Symfony/Component/VarExporter/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Component/VarExporter/composer.json b/src/Symfony/Component/VarExporter/composer.json
index 0158ab7..03876fe 100644
--- a/src/Symfony/Component/VarExporter/composer.json
+++ b/src/Symfony/Component/VarExporter/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/var-exporter",
"type": "library",
- "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
+ "description": "Allows exporting any serializable PHP data structure to plain PHP code",
"keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone"],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,7 +16,8 @@
}
],
"require": {
- "php": ">=7.1.3"
+ "php": ">=7.1.3",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9"