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
minor #268 prevent PHPUnit 10 from being installed (xabbuh)
This PR was merged into the 2.x branch.
Discussion
----------
prevent PHPUnit 10 from being installed
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets |
| License | MIT
Since 5.2 the matthiasnoback/symfony-config-test package as a requirement for phpunit/phpunit. As we are using PHPUnit 9.6 to run tests we need to make sure that we do not get conflicting versions of the same package.
Commits
-------
7693564 prevent PHPUnit 10 from being installed
0 commit comments