Hi there,
I'm using ProGet to host a Composer feed and I've run into a problem when using packages that provide vendor binaries like PHPStan.
The package metadata ProGet delivers at [FEED]/p2/phpstan/phpstan.json
is missing the "bin"
key that defines the vendor binaries.
That means that Composer will not create links to these binaries in vendor/bin
, and calling them using e.g. vendor/bin/phpstan
does not work.
I made sure that the composer.json
in the imported package contains the "bin"
key. It also doesn't matter if I add the package through the browser or via the drop path of the feed.
Thank you for your time.
-- Matthias