Skip to content

Commit

Permalink
migrated DOMDocument to XmlWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenwolf committed Jul 26, 2019
1 parent a557566 commit a679372
Show file tree
Hide file tree
Showing 13 changed files with 393 additions and 366 deletions.
20 changes: 14 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"name": "spatie/array-to-xml",
"description": "Convert an array to xml",
"name": "ashenwolf/array-to-xmlfile",
"description": "Convert an array to xml file (array-to-xml compatible but uses XmlWriter)",
"keywords": [
"convert",
"array",
"xml"
"xml",
"xmlwriter",
"file"
],
"homepage": "https://github.com/spatie/array-to-xml",
"homepage": "https://github.com/ashenwolf/array-to-xml",
"license": "MIT",
"authors": [
{
"name": "Freek Van der Herten",
"email": "[email protected]",
"homepage": "https://murze.be",
"role": "Developer"
},
{
"name": "Sergii Gulenok",
"email": "[email protected]",
"homepage": "https://okami.tech",
"role": "Developer"
}
],
"require": {
Expand All @@ -27,12 +35,12 @@
},
"autoload": {
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
"Ashenwolf\\ArrayToXml\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\ArrayToXml\\Test\\": "tests"
"Ashenwolf\\ArrayToXml\\Test\\": "tests"
}
}
}
234 changes: 0 additions & 234 deletions src/ArrayToXml.php

This file was deleted.

Loading

0 comments on commit a679372

Please sign in to comment.