This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-json 2.6.0
·
132 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
-
#5 removes zendframework/zend-stdlib as a required dependency, marking it instead optional, as it is only used for the
Serversubcomponent.Users of
Zend\Json\Serverwill need to addzendframework/zend-stdlibto 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 executingcomposer require zendframework/zend-stdlibfrom the command-line.
Fixed
- Nothing.