This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,23 @@ $ composer require zendframework/zend-mvc-plugin-prg
218
218
` Zend\Mvc\Controller\Plugin\PostRedirectGet ` becomes
219
219
` Zend\Mvc\Plugin\Prg\PostRedirectGet ` . However, it is still mapped as ` prg() ` .
220
220
221
+ ## Serializer integration
222
+
223
+ In version 2, zend-mvc exposed a ` SerializerAdapterManager ` service by default, and
224
+ provided specifications to zend-modulemanager's ` ServiceListener `
225
+ to allow modules to provide serializer configuration.
226
+
227
+ This functionality is now removed from zend-mvc. It is now exposed directly by
228
+ the [ zend-serializer] ( https://github.com/zendframework/zend-serializer ) component
229
+ itself. To add it, install zend-serializer
230
+
231
+ ``` bash
232
+ $ composer require zendframework/zend-serializer
233
+ ```
234
+
235
+ Note: the above assumes you have already installed zend-component-installer, per
236
+ the section above on [ dependency reduction] ( #dependency-reduction ) .
237
+
221
238
## Validator integration
222
239
223
240
In version 2, zend-mvc exposed a ` ValidatorManager ` service by default, and
You can’t perform that action at this time.
0 commit comments