add support for phpunit 11
allow installation of phpunit 11 removed conflict section as well as it won't install phpunit <9.6 anyway?
requires https://github.com/SymfonyTest/SymfonyConfigTest/pull/79 to be merged & tagged
Unfortunately, just tweaking the version constraints won't be enough to make it work, because PhpUnit 11 removes features that are currently used by this library (like the Constraint::exporter() method).
piepline fails due to phpunit config. should be an easy fix, but perhaps better to know upfront about the update stragety: will you release a new major for phpunt 11 or do you want phpunit 10 & 11 support in one release?
Do we have a rough idea of when this is going to be released? It’s preventing our application from being upgraded to PHPUnit 11.
Do we have a rough idea of when this is going to be released? It’s preventing our application from being upgraded to PHPUnit 11.
ping @matthiasnoback @Nyholm
@wickedOne Sorry, I'm not personally involved in these libraries anymore.
seems it's @stloyd now
@matthiasnoback sorry, i wasn't aware of that :|
@wickedOne No problem :)
@Nyholm here's one of my repos running succesfully with phpunit 10.5.11 and phpunit 11.1.3 (both php 8.2 & 8.3) and the dev-master of this repo
be aware that https://github.com/SymfonyTest/SymfonyConfigTest/pull/79 still needs to be merged & tagged and added to the composer.json of this repo