Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing this #51

Open
RyanDawkins opened this issue Jan 7, 2015 · 2 comments
Open

Installing this #51

RyanDawkins opened this issue Jan 7, 2015 · 2 comments

Comments

@RyanDawkins
Copy link

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

@samwilson
Copy link

Nope, same here.

@samwilson
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants