Conversation
| "conflict": { | ||
| "phpunit/phpunit": ">10.5.45" |
There was a problem hiding this comment.
@roxblnfk What are the issues here this kind of blocking?
There was a problem hiding this comment.
Hi. Because we need to intercept test run (see sebastianbergmann/phpunit#6389).
It's possible with phpunit 13 now, but it requires PHP 8.4+ while the framework works with PHP 8.1+
There was a problem hiding this comment.
I understand I had to add the same conflict to my spiral app as else it did install a older version which PHP version was not supported. I know addded the same conflict to my own spiral app but that it works I needed to allow PHPUnit ^9.6. I will currently keep it this way as it seems atleast run this way with against Symfony 8: https://github.com/PHP-CMSIG/search/blob/0.12/.examples/spiral/composer.json
What was changed
FakeSessionSection: improved compatibility withArrayAccesssymfony/mimev8