Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpunit/phpunit as a dependency is discouraged #144

Open
HellPat opened this issue Jan 10, 2019 · 0 comments
Open

phpunit/phpunit as a dependency is discouraged #144

HellPat opened this issue Jan 10, 2019 · 0 comments

Comments

@HellPat
Copy link

HellPat commented Jan 10, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant