-
Notifications
You must be signed in to change notification settings - Fork 15
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 require error #202
Comments
is the composer.json correct? what's the proper branch or release tag of the code? because now i'm having a new error which suggests the main branch isn't correct:
all help is appreciated! |
ok, rereading the documentation, i updated my composer.json:
but still getting the same error:
|
ok, finally this command worked for me to solve the above version problem: |
Description of the bug
I am running into a very similar error that was reported in this closed issue:
and i did do the solution recommended for the previous issue, specifically add the repo by modifying the repositories section of composer.json:
which generated the following entry in my composer.json:
But the composer require command is still failing with the same error.
what did i miss? i admit i'm just a casual user of composer so maybe there is something about composer that i don't understand? anyone's help is greatly appreciated!
How to reproduce the bug?
I followed the steps outline in the documentation...
The text was updated successfully, but these errors were encountered: