Skip to content

Commit

Permalink
composer init
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Aug 4, 2023
1 parent a2bedce commit e1eed64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "elecena/xml-iterator",
"description": "Memory efficient and fast XML parser with iterator interface",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Elecena\\XmlIterator\\": "src/"
}
},
"authors": [
{
"name": "Maciej Brencz",
"email": "[email protected]"
}
],
"require": {}
}

0 comments on commit e1eed64

Please sign in to comment.