-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Satisfiable logic broken? #122
Comments
Also, I'm not really sure why NPM is installing |
Ok, I get it. So this is another bug. The plugin should tell Composer that Let me see if I can get it working. |
Got to the bottom of the issue. PR #123 is fixing this |
There is seems that a conversion problem is present for the version |
@francoispluchino Yes, indeed. That's why I made #123 which fixes that issue. Please review and merge if you don't have any objections for the fix :) |
Ok, I see your PR tomorrow. |
Can be closed by #123. |
I have a
composer.json
file with the following content:I also have a
package.json
with the equivalent content.When I run
npm install
this is the output that I get:But when I run
composer install
I see this:Composer realizes that it can install
ini v1.0.0
(instead of1
), but it doesn't do it. Why is that?NOTE: This is the output after applying my last patch.
The text was updated successfully, but these errors were encountered: