-
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
Latest version is dev-master #52
Comments
Could you please tell me which version of the plugin and composer you are using? It should be fixed in #50 |
I am using 2.0.3 version |
Did you run a global or local installation of this plugin? Also, could you please provide the full |
Downloading https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered and on |
I see only one possible thing: It use other platforms than packagist. I have to investigate. If you have any fix to provide BTW, PR are welcomed! 😉 |
Maybe a simple check if last version is |
Well, if we could do something proper like it was done here: dc64e0e It would be great. :-) |
Hello, same problem for me. I just debugged that problem is due version attribute: My example is below
so final output
|
Okay, it turned out that problem was due my fault. I added one line |
No I am not using this value on my composer. |
@Mte90 I tried with your It's a "normal" way because It's still a kind of bug, but I can't solve it like you suggested on #52 (comment). Example: If I set
If I simply ignore the Any suggestion will be welcomed. |
Uhm maybe create a new section for the stuff on |
@Mte90 Could you please elaborate with an output sample? I'm not sure to understand what you mean. 🤔 |
I tried the
The result is the same (except commit sha are shown). So I don't know if the result of this plugin is really a bug. |
Take this user case example:
What will happen? I am right? |
It should show only the 5 outdated dependencies, like |
Looking at the update there I think that will show only 10. |
I tried on patching with:
but show a long output empty and not only the packages not as |
I now have the same issue in v 2.0.4 (and composer 2) with this plugin
If they are mapped as dev-master it shouldn't create this noise IMO, or there should be a way to exclude those. |
Call $rootPackage->getPreferStable() in VersionsCheck.php always return FALSE, but in my composer.json prefer-stable = true and minimum-stability = stable
It works fine if I comment out line 47 and line 43: if (true === $rootPackage->getPreferStable()) { |
You can now PR against https://github.com/dereuromark/composer-versions-check |
When I run
composer update
this is the outputThe text was updated successfully, but these errors were encountered: