Any suggestions on how to get the adldap dependency working? Having trouble installing via Composer. Using Laravel 4.2.x, ldap-auth 1.1.x
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ccovey/ldap-auth v1.1.1 requires adldap/adldap 4.x-dev -> no matching package found.
- ccovey/ldap-auth v1.1.0 requires adldap/adldap 4.x-dev -> no matching package found.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package adldap/adldap could not be found in any version, there may be a typo in the package name.
I don't think it's supported for any Laravel version that is greater than 4.1. I tried a couple of months ago, and reverted back to Laravel 4.1 and got it to work that way.
Any suggestions on how to get the adldap dependency working? Having trouble installing via Composer. Using Laravel 4.2.x, ldap-auth 1.1.x