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

Remove the InputFilterAbstractServiceFactory for 1.1 #41

Closed
2 tasks done
weierophinney opened this issue Mar 26, 2015 · 1 comment
Closed
2 tasks done

Remove the InputFilterAbstractServiceFactory for 1.1 #41

weierophinney opened this issue Mar 26, 2015 · 1 comment
Milestone

Comments

@weierophinney
Copy link
Member

Zend Framework 2.4 introduces its own InputFilterAbstractServiceFactory, based on the one provided originally in this module. As such, we'll be able to remove this one.

Tasks:

  • Bump version to ZF 2.4.0
  • Remove InputFilterAbstractServiceFactory and related tests
@weierophinney weierophinney added this to the 1.1.0 milestone Mar 26, 2015
weierophinney added a commit that referenced this issue Apr 15, 2015
ZF 2.4 introduces these capabilities already. This patch:

- Bumps the zend-inputfilter dependency to `~2.4`
- Removes `ZF\ContentValidation\InputFilter\InputFilterAbstractServiceFactory`
- Changes the configuration to reference
  `Zend\InputFilter\InputFilterAbstractServiceFactory` in the
  `abstract_factories` service manager configuration (thus ensuring it continues
  to work with existing code).
weierophinney added a commit that referenced this issue Apr 15, 2015
@weierophinney
Copy link
Member Author

Fixed with 0747a78

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant