From 941eac0ea8c1a2e2af7300a3f6b07a354f59a18a Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 29 Mar 2023 17:39:17 +0000 Subject: [PATCH] - Fixed composer issue --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d5a9e2f..9c64e5a 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,17 @@ { - "name": "cslsj/debogueur", - "description": "Le client pour l'envoi de bogue vers le debogueur de la CSLSJ", - "keywords": ["cslsj","debogueur","dev","debug","psr15","middleware"], + "name": "mcnd/negundo-client", + "description": "Negundo client which allow sending dump(), error and tasks reports", + "keywords": ["negundo","dev","debug","psr15","middleware"], "license": "MIT", "authors": [ { "name": "Dave Mc Nicoll", - "email": "dave.mcnicoll@cslsj.qc.ca" + "email": "info@mcnd.ca" } ], "autoload": { "psr-4": { - "CSLSJ\\Debogueur\\": "src/" + "Negundo\\": "src/" } } } \ No newline at end of file