- Fixed composer issue
This commit is contained in:
parent
69ed176b1c
commit
941eac0ea8
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue