We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Apparently fix to this problem is provided here: Zizaco/entrust#91
Following code must be added before "require" key:
"require"
"repositories": [ { "type": "vcs", "url": "https://github.com/Zizaco/ardent.git" } ],
Sorry, something went wrong.
New tag 2.4.1 (finally) released. Sorry for the wait, guys!
No branches or pull requests
After adding Confide to composer.json, composer crashes with following error:
I believe it is related to this issue: laravel-ardent/ardent#156
Is there any workaround for this problem?
The text was updated successfully, but these errors were encountered: