dBug/composer.json
2014-01-20 19:15:31 +01:00

14 lines
357 B
JSON

{
"name": "ospinto/dbug",
"description": "PHP version of ColdFusion's cfdump. Outputs colored and structured tabular variable information.",
"license": "GPL-3.0",
"authors": [
{
"name": "Kwaku Otchere",
"email": "ospinto@hotmail.com"
}
],
"autoload": {
"files": [ "dBug.php" ]
}
}