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 312ee32 commit 37c8e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@
},
"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 37c8e7e

Please sign in to comment.