Skip to content

Commit

Permalink
Use released xml version
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 29, 2021
1 parent d806983 commit a6e9c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,10 @@
"league/uri": "^6.5",
"league/uri-components": "^2.4",
"azjezz/psl": "^1.8",
"veewee/xml": "dev-rename-root-default-xmlns as 1.0.0",
"veewee/xml": "^1.0.1",
"php-soap/xml": "dev-main@dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"repositories": [
{
"type": "path",
"url": "/Users/verweto/Projects/github/veewee/xml"
}
]
}
}
3 changes: 0 additions & 3 deletions src/Xml/Configurator/FlattenXsdImports.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@

use DOMDocument;
use DOMElement;
use DOMNode;
use Soap\Wsdl\Exception\UnloadableWsdlException;
use Soap\Wsdl\Loader\Context\FlatteningContext;
use Soap\Wsdl\Loader\WsdlLoader;
use Soap\Wsdl\Uri\IncludePathBuilder;
use Soap\Wsdl\Xml\Exception\FlattenException;
use Soap\Xml\Xpath\WsdlPreset;
use VeeWee\Xml\Dom\Collection\NodeList;
use VeeWee\Xml\Dom\Configurator\Configurator;
use VeeWee\Xml\Dom\Document;
use VeeWee\Xml\Exception\RuntimeException;
use function VeeWee\Xml\Dom\Locator\Node\children;
use function VeeWee\Xml\Dom\Manipulator\Node\append_external_node;
use function VeeWee\Xml\Dom\Predicate\is_element;

final class FlattenXsdImports implements Configurator
{
Expand Down

0 comments on commit a6e9c11

Please sign in to comment.