Randy Fay
Randy Fay
Are you able to get by with `ddev config global --router-http-port=8080 --router-https-port=8443` or do those have the same problem? Is it only privileged ports that have the problem?
If you don't use DDEV, why are you asking for significant changes to it that add complexity for all (and that have never been requested before) Are you the provider...
Hi and welcome @codebymikey - * You know about `composer_root` right? https://docs.ddev.com/en/stable/users/configuration/config/#composer_root * And you've read about [DDEV and Composer](https://docs.ddev.com/en/stable/users/usage/developer-tools/#ddev-and-composer) * And you know about `ddev composer -d ` ?...
I think we'd welcome you changing this one to use `composer_root` instead of `working_dir`
Use `composer_root` here instead of `working_dir`.
I don't remember you saying that you have drupal in the root and shopware6 as a subdirectory. If that's the situation here, you should use all the composer workarounds or...
Shucks, I think I got this confused with * https://github.com/ddev/ddev/pull/7558 I apologize.
The only relevant things I said were: * Use `ddev composer -d ` * Use `ddev ssh` and do what you want wherever you want * Create your own custom...
I rebased and * fixed the `make staticrequired` failures. * Removed obsolete copied comments * Changed `assert` to `require`, as we do these days. I didn't study the code carefully,...
Maybe you can elaborate a bit on when and why composer is used in subdirectories, thanks.