From 0a4a6770efbab804aa78e4ba531bae4cdd9a74c1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 31 Jan 2023 07:41:36 +0100 Subject: [PATCH] composer.json: Update name and description --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e71d67d..1ea4be6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "pnx/heritage-bingo", + "name": "pnx/raid-bingo", "type": "project", - "description": "Bingo game for the heritage wow guild", + "description": "Bingo game for wow raiding", "license": "MIT", "require": { "php": "^7.3|^8.0",