21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "imsop/simplexml_debug",
|
|
"description": "Tools for debugging your code when working with PHP's SimpleXML functions.",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
}
|