ZendFatal error: Class 'Zend\\Ldap\\Ldap' not found
So, i'm trying to make a Ldap authentication, following the docs in https://zf2.readthedocs.org/en/latest/user-guide/skeleton-application.html I just replace the 'Album' module with a 'Auth' module and use the sample code for Ldap autentication https://zf2.readthedocs.org/en/latest/modules/zend.authentication.adapter.ldap.html but i'm getting this error where Zend can't find the Ldap class when i submit the form with the login data. Fatal error: Class 'Zend\Ldap\Ldap' not found in C:\wamp\www\sade\vendor\zendframework\zend-authentication\src\Adapter\Ldap.php on line 139 I'm using composer, for