Nicolas Grekas
Nicolas Grekas
> unless there is a Accept: text/html header present, then HtmlDumper should be called. I think that'd make sense. Anyone up to give it a try? Closing here meanwhile, thanks...
(I'm now looking at why the job fails on 8.4)
Now green on PHP 8.4. All it needs is the latest version of phpunit (not tagged yet)
can you run the command with `--no-plugins` and share the output of `composer why ocramius/package-versions` please? did you update Symfony deps also?
That's the big Yes from me because it enables smooth transitions, by allowing decoupling of dependency updates. It allows escaping from dependency hell. 👍
As bug fix, so that PR did right being merged on 2.15. This is how we can enable the community to adopt new versions as quickly as possible, by making...
I mean that depreciation should be addressed as bug fixes if that wasn't explicitly enough :)
There's absolutely no needs to bump any requirements, what a strange idea. I've spent years on Symfony following this process and I can tell by experience. Not requiring a dep...
My experience is that the risk we're talking about is minimal. It's usually just a class_exists() check or similar. No need to FUD ourselves :)
@mpdude 💯, that's how we do it and that works really well!