Merge pull request #4 from kubuscmg/master-composer
Added composer.json
This commit is contained in:
commit
4a1bb162c0
2 changed files with 15 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/vendor/
|
14
composer.json
Normal file
14
composer.json
Normal 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" ]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue