phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

support sebastian/recursion-context v5 #590

Closed brettmc closed 1 year ago

brettmc commented 1 year ago

Hi, I'm trying to install prophecy-phpunit alongside phpunit v10.

One issue that I am facing is that both phpunit and prophecy require sebastian/recursion-context, but phpunit 10 requires ^5.0 whereas prophecy requires ^3.0 || ^4.0 so they conflict.