From a7d62ae38a25f9b9bd979ce696bc0d4544d504a1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 24 Sep 2023 15:25:55 +0100 Subject: [PATCH] build: add project name and description --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 1015433..f38f4df 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name": "oliverdaviesltd/build-configs", + "description": "build-configs", "type": "project", "license": "proprietary", "require": {