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

Make zend-ldap optional #7571

Conversation

weierophinney
Copy link
Member

Per zendframework/zend-ldap#1, ZF2 cannot be installed at version 2.5.0 if you do not have ext/ldap installed, due to the hard requirement on that extension in zendframework/zend-ldap. This patch makes zendframework/zend-ldap an optional component.

After this is merged, users updating ZF2 that need zend-ldap will need to perform the following to grab the zend-ldap requirement:

$ composer require zendframework/zend-ldap

Per zendframework/zend-ldap#1, ZF2 cannot be installed at version 2.5.0 if you
do not have ext/ldap installed, due to the hard requirement on that extension in
zendframework/zend-ldap. This patch makes zendframework/zend-ldap an optional
component.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant