Added composer.json

This commit is contained in:
Kuba Turek 2014-01-20 19:15:31 +01:00
parent e60a483bb7
commit febb13f868
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" ]
}
}