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