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
Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge.
* Instead:
1. Remove it now: composer remove --dev phpunit/phpunit
2. Use Symfony's bridge: composer require --dev phpunit
Maybe the dependency should be removed, or some Documentation can be added for Symfony users?
The text was updated successfully, but these errors were encountered:
Maybe the dependency should be removed, or some Documentation can be added for Symfony users?
The text was updated successfully, but these errors were encountered: