Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit acc60fc

Browse files
ezimuelweierophinney
authored andcommitted
Use external ZendXml\Security
1 parent 9fe5103 commit acc60fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Json.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use SimpleXMLElement;
1313
use Zend\Json\Exception\RecursionException;
1414
use Zend\Json\Exception\RuntimeException;
15-
use Zend\Xml\Security as XmlSecurity;
15+
use ZendXml\Security as XmlSecurity;
1616

1717
/**
1818
* Class for encoding to and decoding from JSON.

0 commit comments

Comments
 (0)