From 0168ece66f962fef33040a02ed3b6a4267bc3fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Fri, 18 Oct 2024 12:18:06 +0200 Subject: [PATCH] Composer description (#4) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ecfe61b..1f9b209 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "sensiolabs/minify-bundle", - "description": "Minify assets (CSS, JS, SVG, ..) Symfony", + "description": "Assets Minifier (CSS, JS) for Symfony & Minify integration in Asset Mapper", "license": "MIT", "homepage": "https://github.com/sensiolabs/minify-bundle", "type": "symfony-bundle",