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

Commit ad49988

Browse files
committed
Document zend-filter removal
1 parent 1c25415 commit ad49988

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/book/migration/to-v3-0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,23 @@ ensure console tooling continues to work.
100100
> [zf-console](https://github.com/zfcampus/zf-console) or
101101
> [Aura.Cli](https://github.com/auraphp/Aura.Cli).
102102
103+
## Filter integration
104+
105+
In version 2, zend-mvc exposed a `FilterManager` service by default, and
106+
provided specifications to zend-modulemanager's `ServiceListener`
107+
to allow modules to provide filter configuration.
108+
109+
This functionality is now removed from zend-mvc. It is now exposed directly by
110+
the [zend-filter](https://zendframework.github.io/zend-filter/) component
111+
itself. To add it, install zend-filter:
112+
113+
```bash
114+
$ composer require zendframework/zend-filter
115+
```
116+
117+
Note: the above assumes you have already installed zend-component-installer, per
118+
the section above on [dependency reduction](#dependency-reduction).
119+
103120
## i18n integration
104121

105122
Internationalization tooling, including:

0 commit comments

Comments
 (0)