Skip to content

Commit

Permalink
ref #2 add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agoradesign committed Apr 2, 2016
1 parent b6b85b8 commit 61b3bc0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "agoradesign/domxpath-iterator",
"type": "library",
"description": "Iterators on top of PHP DOMXPath class.",
"keywords": ["xml", "xpath", "iterator"],
"license": "GPLv3",
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": { "Agoradesign\\DOMXPathIterator\\": "src" }
},
"authors": [
{
"name": "Andreas Mayr"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 61b3bc0

Please sign in to comment.