Composer package.

Really great project, wanted a composer package for it.
This commit is contained in:
Josh Sherman 2014-07-17 18:04:36 -04:00
parent 8c051a219f
commit 24b9c670a3
4 changed files with 21 additions and 0 deletions

20
composer.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "imsop/simplexml_debug",
"description": "Tools for debugging your code when working with PHP's SimpleXML functions.",
"authors": [{
"name": "Rowan Collins",
"homepage": "http://rwec.co.uk",
"role": "Lead"
},{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"homepage": "http://joshtronic.com",
"role": "Contributor"
}],
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
}
}