Replies: 2 comments 2 replies
-
Not sure why the fact they are pinned matters. If I require for example:
Then outdated gives me the info that there is a new version: With --minor-only:
And without:
Besides, I would recommend pinning with |
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh, I wasn't aware of that. Maybe this will help a lot. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are growing our PHP projects and pipelines and want to get information, when a version of a package is pinned as a direct dependency like:
So if this is "outdated" and pinned here as a hard version constraint, I would like to be informed too.
example
so that i can loop over the projects and get an information, if there are any hard pinned versions and what is the last possible version to update.
sometimes we need to pin versions like this, to be compatible with 3rd party libraries, which can't handle the latest version.
(our example: codeception 5.x can't handle phpunit 10.3)
Beta Was this translation helpful? Give feedback.
All reactions