ldap-auth
ldap-auth copied to clipboard
Installing this
Has anyone been able to install this? Composer cannot resolve the dependencies for me.
Nope, same here.
Using @tortuetorche 's fork, I got it to work as follows:
"require": {
"laravel/framework": "4.2.*",
"ccovey/ldap-auth": "dev-patch-1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tortuetorche/ldap-auth.git"
},
{
"type": "vcs",
"url": "https://github.com/ztec/adLDAP.git"
}
],
Certainly not the best solution, though!