diff options
Diffstat (limited to 'src/Symfony/Component/Asset')
-rw-r--r-- | src/Symfony/Component/Asset/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Component/Asset/composer.json b/src/Symfony/Component/Asset/composer.json index 2642935..2e04eb3 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", |