Added composer.json
This commit is contained in:
parent
e60a483bb7
commit
febb13f868
2 changed files with 15 additions and 0 deletions
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