- Fixed composer issue

This commit is contained in:
Dave M. 2023-03-29 17:39:17 +00:00
parent 69ed176b1c
commit 941eac0ea8
1 changed files with 5 additions and 5 deletions

View File

@ -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/"
}
}
}