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

Composer does not find Ardent branch "has-session-fix" #216

Closed
4Giedrius opened this issue Feb 6, 2014 · 2 comments
Closed

Composer does not find Ardent branch "has-session-fix" #216

4Giedrius opened this issue Feb 6, 2014 · 2 comments

Comments

@4Giedrius
Copy link

After adding Confide to composer.json, composer crashes with following error:

- Installation request for zizaco/confide dev-master -> satisfiable by zizaco/confide[dev-master].
- zizaco/confide dev-master requires laravelbook/ardent dev-has-session-fix -> no matching package found.

I believe it is related to this issue: laravel-ardent/ardent#156

Is there any workaround for this problem?

@4Giedrius
Copy link
Author

Apparently fix to this problem is provided here: Zizaco/entrust#91

Following code must be added before "require" key:

 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Zizaco/ardent.git"
        }
    ],

@igorsantos07
Copy link

New tag 2.4.1 (finally) released. Sorry for the wait, guys!

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