This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ for full details on how to migrate your v2 application.
48
48
and [ zend-mvc-i18n] ( https://zendframework.github.io/zend-mvc-i18n/ ) packages;
49
49
installing ` zendframework/zend-mvc-i18n ` will restore i18n functionality in
50
50
your application.
51
+ - [ #115 ] ( https://github.com/zendframework/zend-mvc/pull/115 ) removes the
52
+ requirement for zend-filter in the ` InjectTemplateListener ` by inlining the
53
+ logic from ` Zend\Filter\Word\CamelCaseToDash ` .
51
54
52
55
### Fixed
53
56
@@ -56,6 +59,17 @@ for full details on how to migrate your v2 application.
56
59
requests optional. ` json_decode() ` is now used by default, falling back to
57
60
` Zend\Json\Json::decode() ` if it is available. If neither are available, an
58
61
exception is now thrown.
62
+ - [ #115 ] ( https://github.com/zendframework/zend-mvc/pull/115 ) updates the
63
+ dependency list, per https://github.com/zendframework/maintainers/wiki/zend-mvc-v3-refactor:-reduce-components#required-components ,
64
+ to do the following:
65
+ - Makes the following components required:
66
+ - zend-modulemanager
67
+ - zend-view
68
+ - Makes the following components optional:
69
+ - zend-form
70
+ - zend-hydrator
71
+ - zend-json
72
+ - zend-psr7bridge
59
73
60
74
## 2.7.5 - TBD
61
75
You can’t perform that action at this time.
0 commit comments