You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
There are compatibility issues between those two versions.
WIth v2.8.2, zendframework/zend-form has introducedFormElementManagerV2Polyfill and FormElementManagerV3Polyfill.
However, to fit Zend\ServiceManager\InitializerInterface, they changed FormElementManager::injectFactory to exactly fit zendframework/zend-servicemanager versions.
Therefore, the way how to use injectFactory from within FormAnnotationBuilderFactory had to change to fit latest code changes.