From 7b82adbd7173aea5cf482c59508071136d8244cc Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 15:05:11 -0500 Subject: [PATCH] chore: identify Composer package as project --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 79023c8..e87087e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "battleforge/battleforge", "description": "A standalone tactical combat game.", + "type": "project", "license": "proprietary", "require": { "php": "^8.3"