Closed charithar closed 9 months ago
What's the weird behaviour?
What's the weird behaviour?
Sorry. I prematurely submitted the question previously. Updated the question again with details again. Seems like it shouldn't behave like that with the version constraints.
Why not? Some advisories are very limited in scope, and the ranges there don't seem to overlap 🤔
Btw, the error in OP is legit: you should upgrade
Seems like that there is a problem with version of laminas/laminas-diactoros package. Their github page doesn't show a 2.8.x version but such version gets installed when it's specified. Anyway, thank you very much for the reply. I'll need to update the PHP version to get rid of the conflict warning.
It's there?
Yeah. I managed to install it forcefully before. It should not trigger the conflict according to the constraints above I guess but it did. Not sure why.
and an update of this package was not requested.
It was probably too many arguments (or too restrictive arguments) passed to composer update
:)
I have PHP 7.4 (yes it's old but required for legacy system) and composer 2.7 in my environment. I have the laminas/laminas-diactoros 2.8.0 installed in the project. When I try to add roave/security-advisories package it reports following error.
What can I do about it? Thanks.