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

Commit c385364

Browse files
committed
Updated suggestions list
- Removed items that are now requirements - Removed zend-di (as zend-servicemanager-di will bring it in, and it's already a suggestion) - Removed zend-config (as there's no relevance; the config service can be an array or a Config instance, but there's no preference for either)
1 parent 902fdc5 commit c385364

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,15 @@
3030
"phpunit/phpunit": "^4.5"
3131
},
3232
"suggest": {
33-
"zendframework/zend-config": "Zend\\Config component",
34-
"zendframework/zend-di": "Zend\\Di component",
35-
"zendframework/zend-http": "Zend\\Http component",
3633
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
37-
"zendframework/zend-modulemanager": "Zend\\ModuleManager component",
3834
"zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
3935
"zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
4036
"zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
4137
"zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
4238
"zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
4339
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
4440
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
45-
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
46-
"zendframework/zend-view": "Zend\\View component"
41+
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application"
4742
},
4843
"extra": {
4944
"branch-alias": {

0 commit comments

Comments
 (0)