GitHub
04/28/2023, 10:17 PMcomposer install/update
flow which downloads and populates the vendor/bin folder instead of managing the install within the runtime code.
The alternative is to configure the destination directory so we can bake the binaries into a docker image and use our paths instead of the hard-coded reference to the vendor folder. We don't allow web users to write to the vendor folder as a rule of thumb.
pact-foundation/pact-phpGitHub
04/28/2023, 10:17 PM