Skip to content

Commit

Permalink
Merge pull request #2 from pear/topics/composer-for-pear
Browse files Browse the repository at this point in the history
Updated/New Composer support for PhpDocumentor
  • Loading branch information
ashnazg committed Feb 17, 2014
2 parents 4635f9d + d057070 commit 1b0abae
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 1b0abae

Please sign in to comment.