Nicolas Grekas
Nicolas Grekas
> 👌🏻. But that also means you avoid or forbid bumping requirements in bugfixes, do you? correct of course, exception may happen, but the rule of thumb is that bumping...
Another rule of thumb: don't bump to the next minor unless all deprecations of the current one are fixed (which is clearly not the case today)
The corollary is: make the CI fail when deprecations are raised, and don't release when the CI is not green ;)
Any kind of restriction contributes to dependency hell, so no, please don't put an upper limit to deps with `~`. Deprecations are meant to flow to en users and using...
I think this is for the ORM. VarExporter's lazy objects are compatible with readonly classes. But I'm not sure the ORM takes care of them properly (either failing early or...
Rebase welcome now that #466 is merged.
Thank you @zonuexe.
Thank you @Fan2Shrek.
Should be fixed by https://github.com/symfony/symfony/pull/54908
Can you figure out which change trigger this regression?