commit
ee664cfaa0
4 changed files with 21 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/vendor/
|
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue