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 #16474 [Testing] Removed redundancy in package requirements (fridde)
This PR was merged into the 6.0 branch.
Discussion
----------
[Testing] Removed redundancy in package requirements
Acoording to [symfony/testpack](https://github.com/symfony/test-pack/blob/main/composer.json) the ```phpunit/phpunit``` package is explictly included.
There might be a point in showing both for clarity, but for me this redundancy created more confusion than it had explanation value.
I do understand that this might be a slightly controversial PR.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
6667e41 Removed redundancy in package requirements
0 commit comments