Composer: unsupported value if != constraint used #31501
Replies: 2 comments
-
It seems like it's the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted to issue: #31504 |
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
-
What would you like help with?
I think I found a bug
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab
Please tell us more about your question or problem
I am using this version constraint with PHP Composer in composer.json:
"typo3/cms-core": "^12.4.7 !=12.4.8",
This syntax should be supported as per https://semver.madewithlove.com/?package=typo3%2Fcms-core&constraint=%5E12.4.7+!%3D12.4.8&stability=stable
However, RenovateBot seems not to support this syntax (see logs).
Consequently, this package and all packages depending on it are not updated.
It would be nice if this could be fixed/supported.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions