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

Commit

Permalink
Use external ZendXml\Security
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel authored and weierophinney committed Mar 5, 2014
1 parent 9fe5103 commit acc60fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use SimpleXMLElement;
use Zend\Json\Exception\RecursionException;
use Zend\Json\Exception\RuntimeException;
use Zend\Xml\Security as XmlSecurity;
use ZendXml\Security as XmlSecurity;

/**
* Class for encoding to and decoding from JSON.
Expand Down

0 comments on commit acc60fc

Please sign in to comment.