Skip to content

Commit

Permalink
Enhancement: composer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 17, 2014
1 parent 4635f9d commit d057070
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
43 changes: 43 additions & 0 deletions composer.json
@@ -0,0 +1,43 @@
{
"authors": [
{
"email": "jeichorn@JoshuaEichorn.com",
"name": "Joshua Eichorn",
"role": "Lead"
},
{
"email": "greg@chiaraquartet.net",
"name": "Greg Beaver",
"role": "Lead"
},
{
"email": "demon.gene@gmail.com",
"name": "Chuck Burgess",
"role": "Lead"
},
{
"email": "drewish@katherinehouse.com",
"name": "Andrew Morton",
"role": "Developer"
}
],
"autoload": {
"classmap": [
"./"
]
},
"description": "More info available on: http://pear.php.net/package/PhpDocumentor",
"license": "LGPL",
"name": "pear/phpdocumentor",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PhpDocumentor",
"source": "https://github.com/pear/PhpDocumentor"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit d057070

Please sign in to comment.