sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.
BSD 3-Clause "New" or "Revised" License
2.34k stars 167 forks source link

Problem phploc, phpcpd and finder-facade #202

Closed pyvm closed 4 years ago

pyvm commented 4 years ago

Hi , Its impossible to use phpcpd with phploc in the same pipeline because phpcpd need finder-face 2 but phploc want stability version of finder-face. In php 7.3 with symfony 5

sebastianbergmann commented 4 years ago

IMHO, a tool such as PHPLOC should not be installed using Composer but rather be used from a PHAR.

Eventually, there will be new releases of PHPLOC etc. that will solve this issue for Composer-based usage. But this is not a priority for me right now.