ZF 2.3 support
This release adds the following:
- Raised the dependency to Zend Framework 2.3, because it introduced a BC change in the typehint on
Validator\TranslatorInterface
now. - StrokerForm also tries to retrieve a form instance from the
FormElementManager
, besides the strokerformFormManager
. - Fix the inArray validator to work with associative arrays.