sebastianbergmann/phploc

Allows Symfony Console 5.0 when installing the version 5 on PHP 7.2

amandiobm opened this issue · 2 comments

I'm getting an error when installing on PHP 7.2.

- Installation request for phploc/phploc ^5.0 -> satisfiable by phploc/phploc[5.0.0].
- Conclusion: remove symfony/console v5.0.8
- Conclusion: don't install symfony/console v5.0.8
- phploc/phploc 5.0.0 requires symfony/console ^4.0
...

The fix seems pretty easy, I've cloned the repository, but I don't know how to proceed with PR.

Essentially it will be the same as #200