From 6b8b8c2b3f134b119eae4c6ac40778c1b31e1907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 9 Oct 2025 07:56:53 +0200 Subject: [PATCH] Change the type of this repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description of "project" seems more appropriate: > … or full fledged applications distributed as packages … See https://getcomposer.org/doc/04-schema.md#type --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3cfd9ee..2b18508 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "doctrine/docs-builder", "description": "Helper package for building the docs in Doctrine repos", "license": "MIT", - "type": "library", + "type": "project", "authors": [ { "name": "Pauline Vos",