Christophe Coevoet
Christophe Coevoet
I would consider it as a new feature, and so it should target the 8.1 branch.
Thus, `composer why-not` supports checking compatibility with a package that is not installed at all (allowing to debug why you cannot install it at all), which would make it very...
@michalpierog I would appreciate if you could approve the workflow run, so that I can see whether the tests are passing for those new PHP versions as is or whether...
-1 for that. See https://github.com/symfony/symfony/issues/62517#issuecomment-3581804820 for my reasons.
I don't think #12354 resolves this. Having a mandatory requirement on `ext-gmp OR ext-bcmath` is not the same than having opt-in features adding dependencies that the root project can enable...
The phpstan failure is due to https://github.com/phpstan/phpstan/issues/13734
It cannot target 7.4. We are 1.5 month after the feature freeze. This will go in 8.1.
> Honestly I don't totally understand what the "mode" option/variable in the 2nd and 3rd examples is doing so I'm not sure if some other change needs to be made...
If we need to expose Nothing as a non-internal API, I suggest reverting the change that replaced the single-case enum with an `stdClass` object stored in a private property that...
@nicolas-grekas should we resolve the class of those lazy arguments later, so that it is done *after* resolving decorators ?