<#276 Install the pact binaries from composer inst...
# pact-php
g
#276 Install the pact binaries from composer instead of within the code Issue created by deanstalker It would be preferable to see a function called from the
composer 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-php