From 66c486f797a371f6542f98dc3d352e96559bebad Mon Sep 17 00:00:00 2001 From: Rafal Wiecek Date: Tue, 10 Oct 2023 15:49:49 +0200 Subject: [PATCH] Update composer.json to include a new "name" field The commit updates the composer.json file by adding a new "name" field with the value "simpay-wordpress-{$version}.zip". This change allows for easier identification and organization of the project. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b20589..4700c6d 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "output.*", "DOCKER_ENV", "docker_tag" - ] + ], + "name": "simpay-wordpress-{$version}.zip" } }