|
30 | 30 | "phpunit/phpunit": "^4.5"
|
31 | 31 | },
|
32 | 32 | "suggest": {
|
33 |
| - "zendframework/zend-config": "Zend\\Config component", |
34 |
| - "zendframework/zend-di": "Zend\\Di component", |
35 |
| - "zendframework/zend-http": "Zend\\Http component", |
36 | 33 | "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", |
38 | 34 | "zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
|
39 | 35 | "zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
|
40 | 36 | "zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
|
41 | 37 | "zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
|
42 | 38 | "zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
|
43 | 39 | "zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
|
44 | 40 | "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" |
47 | 42 | },
|
48 | 43 | "extra": {
|
49 | 44 | "branch-alias": {
|
|
0 commit comments