Composer package.
Really great project, wanted a composer package for it.
This commit is contained in:
parent
8c051a219f
commit
24b9c670a3
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