mediact / testing-suite

Collection of PHP code testing packages.
MIT License
14 stars 4 forks source link

2.1.0 Enable Symfony 5.x #48

Closed ashokadewit closed 4 years ago

ashokadewit commented 4 years ago

The Symfony 4.x dependencies have been added previously to prevent problems with GrumPHP and Symfony 5.x. These problems should be fixed by now.

Requiring 4.x was causing problems because composer would sometimes prefer a newer version of Symfony over the testing suite causing an old version of the testing suite to be installed.