Skip to content

Commit ee664cf

Browse files
committed
Merge pull request #7 from joshtronic/master
Composer package.
2 parents 8c051a2 + 24b9c67 commit ee664cf

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "imsop/simplexml_debug",
3+
"description": "Tools for debugging your code when working with PHP's SimpleXML functions.",
4+
"authors": [{
5+
"name": "Rowan Collins",
6+
"homepage": "http://rwec.co.uk",
7+
"role": "Lead"
8+
},{
9+
"name": "Josh Sherman",
10+
"email": "josh@gravityblvd.com",
11+
"homepage": "http://joshtronic.com",
12+
"role": "Contributor"
13+
}],
14+
"autoload": {
15+
"classmap": ["src/"]
16+
},
17+
"require-dev": {
18+
"satooshi/php-coveralls": "dev-master"
19+
}
20+
}

0 commit comments

Comments
 (0)