Is there an existing issue for this?
Run a Diagnostic and Paste Link Here
composer_root
changes the location DDEV uses to look for composer.json and run composer. And of course it changes the location of vendor
. But DDEV still uses a $PATH including vendor/bin.
Current Behavior
Uses /var/www/html/vendor/bin in $PATH
Expected Behavior
Use /var/www/html/<composer_root/vendor/bin in $PATH
Steps To Reproduce
No response
Anything else?
No response