From 316f0705e72e9270cd9f666b434e64aa4f3a73a9 Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:27:18 +0100 Subject: [PATCH] Better composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 5d776a3..42d61a9 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,7 @@ { + "name": "mamazu/grid-config-converter", + "description": "Tool to convert the sylius grid bundle configuration from Yaml to PHP", + "license": "MIT", "require": { "php": ">=7.4", "symplify/php-config-printer": "^9.4.70",