zendframework/zend-json
Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json.
Zend\Json\Server subcomponent, which has been extracted to zend-json-server. If you use that functionality, install the new component.Zend\Json\Json::fromXml() functionality, which has been extracted to zend-xml2json. If you used this functionality, you will need to install the new package, and rewrite calls to Zend\Json\Json::fromXml() to Zend\Xml2Json\Xml2Json::fromXml().#5 removes zendframework/zend-stdlib as a required dependency, marking it instead optional, as it is only used for the Server subcomponent.
Users of Zend\Json\Server will need to add zendframework/zend-stdlib to their applications in order to use that subcomponent going forward. If you are using that subcomponent, and have determined that zend-stdlib is not installed, you can do so by executing composer require zendframework/zend-stdlib from the command-line.
How can I help you explore Laravel packages today?