From 9d16625c980b4b58fd5b97d8a99b72c124695419 Mon Sep 17 00:00:00 2001 From: Joel Bout Date: Wed, 4 Feb 2015 15:00:40 +0100 Subject: [PATCH] added ldap module requirement --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 665c66a..c2d314c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ ], "require" : { "zendframework/zend-authentication":"2.*", - "zendframework/zend-ldap" : "2.*" + "zendframework/zend-ldap" : "2.*", + "ext-ldap" : "*" }, "require-dev" : { "phpunit/phpunit": "4.1.*",