27 lines
555 B
JSON
27 lines
555 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": {
|
|
"files": [
|
|
"src/simplexml_dump.php",
|
|
"src/simplexml_tree.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"require": {
|
|
"php": ">5.3"
|
|
}
|
|
}
|