simplexml_debug/composer.json
Rowan Collins 0fb1c9b166 Add proper configuration for running the unit tests
Document my target of PHP 5.3 while I'm at it.
2017-11-09 19:19:37 +00:00

24 lines
504 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": {
"phpunit/phpunit": "^4.8"
},
"require": {
"php": ">5.3"
}
}