This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Incompatibility with zendframework/zend-form v2.8.2 and up #224
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels