You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the conflict with sebastian/diff (which has been fixed by the merged PR #692), the cmgmyr/phploc package requires phpunit/phpunit 9 or 10 and sebastian/cli-parser 1 or 2. So now we have to get those packages updated as well, or at least get their composer.json files to be a bit more lenient.
Cannot be installed with current Pest v3
Pest v3 requires phpunit v11, which requires "sebastian/diff": "^6.0.2",
phpinsights requires "sebastian/diff" in v4 and 5 but not 6...
reproduce in a blank new directory:
The first will install pest v3, the second will fail.
The text was updated successfully, but these errors were encountered: