fzaninotto / Faker

Faker is a PHP library that generates fake data for you
MIT License
26.78k stars 3.57k forks source link

Fix: Remove psalm/plugin-phpunit #2087

Closed localheinz closed 3 years ago

localheinz commented 3 years ago

This PR

❗ Blocks #2063.

💁‍♂️ On one hand, psalm/plugin-phpunit depends on phpunit/phpunit, and on the other hand, symfony/phpunit-bridge conflicts with phpunit/phpunit. If we want to use symfony/phpunit-bridge, we need to remove psalm/plugin-phpunit.

localheinz commented 3 years ago

Thank you, @pimjansen!