From 501aea8f3e89739690105ebc699fc6948a2b4ffe Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 14 Jan 2025 14:17:46 -0500 Subject: [PATCH] Update composer.json --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index d5be4ad..352eb8c 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "repositories": [ - { - "type": "composer", - "url": "https://git.nixc.us/api/packages/Nixius/composer" + "name": "nixius/simple-glitchtip-c5", + "description": "A simple integration for GlitchTip", + "version": "0.0.1", + "type": "library", + "autoload": { + "psr-4": { + "Nixius\\SimpleGlitchtip\\": "src/" } - ], - "require": { - "nixius/simple-glitchtip-c5": "^1.0" } } \ No newline at end of file