|
25 | 25 | "container-interop/container-interop": "^1.1"
|
26 | 26 | },
|
27 | 27 | "require-dev": {
|
28 |
| - "zendframework/zend-cache": "^2.6.1", |
29 | 28 | "zendframework/zend-di": "^2.6",
|
30 | 29 | "zendframework/zend-filter": "^2.6.1",
|
31 |
| - "zendframework/zend-i18n": "^2.6", |
32 | 30 | "zendframework/zend-inputfilter": "^2.6",
|
33 | 31 | "zendframework/zend-json": "^2.6.1",
|
34 | 32 | "zendframework/zend-log": "^2.7.1",
|
35 | 33 | "zendframework/zend-modulemanager": "^2.7.1",
|
36 | 34 | "zendframework/zend-serializer": "^2.6.1",
|
37 |
| - "zendframework/zend-text": "^2.6", |
38 | 35 | "zendframework/zend-validator": "^2.6",
|
39 |
| - "zendframework/zend-version": "^2.5", |
40 | 36 | "zendframework/zend-view": "^2.6.3",
|
41 | 37 | "fabpot/php-cs-fixer": "1.7.*",
|
42 |
| - "phpunit/PHPUnit": "^4.5", |
43 |
| - "sebastian/version": "^1.0.4" |
| 38 | + "phpunit/phpunit": "^4.5" |
44 | 39 | },
|
45 | 40 | "suggest": {
|
46 |
| - "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin", |
47 | 41 | "zendframework/zend-config": "Zend\\Config component",
|
48 | 42 | "zendframework/zend-di": "Zend\\Di component",
|
49 | 43 | "zendframework/zend-filter": "Zend\\Filter component",
|
50 | 44 | "zendframework/zend-http": "Zend\\Http component",
|
51 |
| - "zendframework/zend-i18n": "Zend\\I18n component for translatable segments", |
52 | 45 | "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
|
53 | 46 | "zendframework/zend-json": "Zend\\Json component",
|
54 | 47 | "zendframework/zend-log": "Zend\\Log component",
|
55 | 48 | "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
|
56 | 49 | "zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
|
| 50 | + "zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments", |
57 | 51 | "zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
|
58 | 52 | "zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
|
59 | 53 | "zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
|
60 | 54 | "zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
|
61 | 55 | "zendframework/zend-serializer": "Zend\\Serializer component",
|
62 |
| - "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins", |
63 |
| - "zendframework/zend-text": "Zend\\Text component", |
64 | 56 | "zendframework/zend-validator": "Zend\\Validator component",
|
65 |
| - "zendframework/zend-version": "Zend\\Version component", |
66 | 57 | "zendframework/zend-view": "Zend\\View component"
|
67 | 58 | },
|
68 | 59 | "extra": {
|
|
0 commit comments