Jérôme Gamez
Jérôme Gamez
Update: Sorry for all the force pushes - I needed to make a bunch of preparations in order to be able to run the tests without throwing errors with PHP...
Whew! Alright, 20 action runs later, I think I'm getting somewhere - the test suites finally don't exit with errors anymore 🥳 Due to the two PRs not being merged/released...
I had to add the dev branch of the reflection library because its dependency of `psr/log` 1 prevented Monolog from installing, since it needs version 3. I hoped my PR...
Alright! I managed to green up all checks 🥳 Concerning the jump to a new major version: `phpdocumentor/reflection` is exclusively used as a dev-dependency in the following places (I think...
I also want to add that many changes seemingly are not related to Monolog, but without them, the tests failed on my machine with PHP 8.1.
I had the same issue with another site and, while debugging, stumbled upon the mention of a `HTML5` class in the [`Crawler` class of the DOMCrawler component](https://github.com/symfony/dom-crawler/blob/6d6885e167aad0af4128b392f22d8f2a33dd88ec/Crawler.php): ```php use Masterminds\HTML5;...
+1, we actually stumbled over this problem in one of our projects - this change would be very appreciated
I think this is (partly) a duplicate of PR #808, which also tackles the problem that temporary files might remain on the filesystem when the sizes don't match.
I know who you mean with "someone", @andrerom! :)