From 5df99655681350eddbab7b677c847503c1c3bfbb Mon Sep 17 00:00:00 2001 From: Christophe Ferreboeuf Date: Tue, 19 Nov 2024 11:41:44 +0100 Subject: [PATCH] update composer --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/composer.json b/composer.json index 26b55f0..5ce1402 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,22 @@ "license": [ "OSL-3.0" ], + "homepage": "https://crealoz.fr/crealoz-easy-audit/", "autoload": { "files": [ "registration.php" ], "psr-4": { "Crealoz\\EasyAudit\\": "" } + }, + "authors": [ + { + "name": "Christophe Ferreboeuf", + "email": "christophe@crealoz.fr", + "homepage": "https://www.linkedin.com/in/cferreboeuf/", + "role": "lead" + } + ], + "archive": { + "exclude": ["/docs"] } }