This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Complete zend-servicemanager v2+v3 compatibility #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch builds on the commits from #50, and adds the following changes to the
ValidatorPluginManager
to guarantee v2 + v3 compatibility:addInitializer()
instead of adding initializers to the configuration array; guarantees compatibility.$shareByDefault
property as alias for$sharedByDefault
.and various and other sundry updates. Currently tested against both v2 and v3 of the servicemanager, on all platforms.
Currently, several tests fail due to pending zend-i18n updates. Additionally, since several dependencies also require zend-servicemanager and have not yet been updated to work with both v2 and v3, v2 tests cannot run.