mediact / testing-suite

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

1.21.1 Require a 4.x version of Symfony DI to solve issue with pdepend #35

Closed ashokadewit closed 4 years ago

ashokadewit commented 4 years ago

The pdepend package accepts any version higher than 2.4 of symfony di but is not compatible with 5.x. This line should be removed once pdepend has released a new stable version.