dump/composer.json

27 lines
635 B
JSON
Raw Permalink Normal View History

2020-10-14 18:33:26 +00:00
{
"name": "mcnd/dump",
"description": "A simple dump function which ease debugging quielty even on production server.",
"keywords": ["dump","var_dump","dev","debug","psr15","middleware"],
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"autoload": {
"psr-4": {
"Dump\\": "src/"
}
2024-11-04 14:39:29 +00:00
},
"extra": {
"lean": {
"autoload": {
"definitions" : [
2024-11-04 14:57:10 +00:00
"meta/definitions.php"
2024-11-04 14:39:29 +00:00
]
}
}
2020-10-14 18:33:26 +00:00
}
}