the-bugs/composer.json

20 lines
456 B
JSON
Raw Normal View History

2019-07-03 13:22:42 +00:00
{
"name": "mcnd/thebugs",
"description": "A PSR-15 compliant library helping to trace errors in development and production environment",
"keywords" : ["debug","error","bug"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {},
"autoload": {
"psr-4": {
"TheBugs\\": "src/"
}
}
2019-07-03 13:22:42 +00:00
}