I am trying to install yii2-adldap-module by following the steps in https://github.com/edvler/yii2-adldap-module . When I try to install it by php composer.phar require edvlerblog/yii2-adldap-module "v1.0.0"
, I am getting the following error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for edvlerblog/yii2-adldap-module v1.0.0 -> satisfiable by edvlerblog/yii2-adldap-module[v1.0.0].
- edvlerblog/yii2-adldap-module v1.0.0 requires adldap/adldap v4.0-stable -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
How can Install adldap for yii2? Is there any other way or the extension is still in use ?