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