sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem phploc, phpcpd and finder-facade

pyvm opened this issue · comments

commented

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

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.