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

Add zend-json as a required dependency #4524

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion library/Zend/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"zendframework/zend-stdlib": "self.version"
},
"suggest": {
"zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
"zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances",
"zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes"
},
"extra": {
"branch-alias": {
Expand Down