summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Asset/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Asset/composer.json')
-rw-r--r--src/Symfony/Component/Asset/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Component/Asset/composer.json b/src/Symfony/Component/Asset/composer.json
index 2642935..c0281a7 100644
--- a/src/Symfony/Component/Asset/composer.json
+++ b/src/Symfony/Component/Asset/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/asset",
"type": "library",
- "description": "Symfony Asset Component",
+ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,7 +16,8 @@
}
],
"require": {
- "php": ">=7.1.3"
+ "php": ">=7.1.3",
+ "symfony/polyfill-php80": "^1.16"
},
"suggest": {
"symfony/http-foundation": ""