Merge pull request #4 from kubuscmg/master-composer

Added composer.json
This commit is contained in:
Joshua John Sherman 2014-01-20 11:21:40 -08:00
commit 4a1bb162c0
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/vendor/

14
composer.json Normal file
View file

@ -0,0 +1,14 @@
{
"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" ]
}
}