negundo-client/composer.json

17 lines
440 B
JSON
Raw Normal View History

2023-03-29 13:52:15 +00:00
{
2023-03-29 17:39:17 +00:00
"name": "mcnd/negundo-client",
"description": "Negundo client which allow sending dump(), error and tasks reports",
"keywords": ["negundo","dev","debug","psr15","middleware"],
2023-03-29 13:52:15 +00:00
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
2023-03-29 17:39:17 +00:00
"email": "info@mcnd.ca"
2023-03-29 13:52:15 +00:00
}
],
"autoload": {
"psr-4": {
2023-03-29 17:46:46 +00:00
"Negundo\\Client\\": "src/"
2023-03-29 13:52:15 +00:00
}
}
}