ldap-auth icon indicating copy to clipboard operation
ldap-auth copied to clipboard

Installing this

Open RyanDawkins opened this issue 10 years ago • 2 comments

Has anyone been able to install this? Composer cannot resolve the dependencies for me.

RyanDawkins avatar Jan 07 '15 17:01 RyanDawkins

Nope, same here.

samwilson avatar Feb 02 '15 07:02 samwilson

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!

samwilson avatar Feb 04 '15 07:02 samwilson