- Issue created by @mradcliffe
- Merge request !10Updates core setup to run composer commands thru ddev β (Open) created by mradcliffe
I'm trying to set it up so I can run DrupalPod outside of Gitpod locally and ran into an issue because my Desktop still has PHP 8.2 rather than PHP 8.3. Normally this would not be an issue because we should be running all composer commands inside the ddev web container.
However with project_core, (drupal_setup_core.sh), it runs outside of ddev.
Update drupal_setup_core.sh composer commands to run via ddev.
Going to make a merge request.
Active
Code