added ldap module requirement
This commit is contained in:
parent
463d9b7002
commit
9d16625c98
@ -23,7 +23,8 @@
|
|||||||
],
|
],
|
||||||
"require" : {
|
"require" : {
|
||||||
"zendframework/zend-authentication":"2.*",
|
"zendframework/zend-authentication":"2.*",
|
||||||
"zendframework/zend-ldap" : "2.*"
|
"zendframework/zend-ldap" : "2.*",
|
||||||
|
"ext-ldap" : "*"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"phpunit/phpunit": "4.1.*",
|
"phpunit/phpunit": "4.1.*",
|
||||||
|
Loading…
Reference in New Issue
Block a user