From a300156a919859170696ba93afd6ab5b6ba4879f Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 14 Jan 2025 14:41:27 -0500 Subject: [PATCH] Update composer.json --- composer.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a924a2c..e68c41e 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,18 @@ "description": "A simple integration for GlitchTip", "version": "0.0.1", "type": "library", + "license": "MIT", "autoload": { "psr-4": { - "Nixius\\SimpleGlitchtip\\": "/" + "Nixius\\SimpleGlitchtip\\": "src/" } - } + }, + "authors": [ + { + "name": "Your Name", + "email": "your.email@example.com" + } + ], + "keywords": ["glitchtip", "integration", "php"], + "require": {} } \ No newline at end of file