Closed hirak closed 6 years ago
This isn't fixable on my end, as this package really can't know whether it is running from a global require or a package-specific require (much like it can't operate under "vendor-dir"
customisation).
My generic advice is to stop using composer global require
overall: haven't needed it in over 5 years of extensive composer
daily usage, and won't need it anytime soon anyway :-)
Closing as can't fix
and also won't fix
, sorry.
description
why "global require"
This pkg required by phpstan/phpstan. I tried to install it with
composer global require
.reproduction procedure