Closed gndk closed 1 week ago
I don't understand how this is blocking: caret version pins are open by design for this very purpose.
Your PR are very welcome, but this bug is invalid.
I don't understand how this is blocking: caret version pins are open by design for this very purpose.
Your PR are very welcome, but this bug is invalid.
I went back to check why exactly it was blocking. The issue was that my composer.lock still had symfony/process 7.1.6 in it (not a direct dependency in my project), because I have hourly dependency updates with Renovate (which alerted me to this), but only nightly "lockfile maintenance". So simply updating the lockfile fixed it.
Fixed by #902 Fixed by #904