Closed as not planned
Description
Since PHP 7.3 I'm seeing this warning:
PHPUnit\Framework\TestCase::prophesize() is deprecated and will be removed in PHPUnit 10. Please use the trait provided by phpspec/prophecy-phpunit.
I can't just require phpspec/prophecy-phpunit
in the composer.json
and use the trait it provides, because package itself won't even connect in PHP 7.2 and smaller versions.