shaal / DrupalPod

Start Drupal contributions with 1 click.
https://shaal.github.io/DrupalPod
MIT License
163 stars 54 forks source link

Composer is asking for user input before DrupalPod setup is completed #142

Closed shaal closed 8 months ago

shaal commented 8 months ago

Describe the bug

Running composer when there's a specific issue fork branch selected, results in an error message. To replicate, run ddev . composer require drupal/"$DP_PROJECT_NAME" --no-install.

Version dev-3279620-rtl-right-to-left-change looks like it may be a feature branch which is unlikely to keep working in the long run and may be in an unstable state
Are you sure you want to use this constraint (Y) or would you rather abort (n) the whole operation [Y,n]

Composer should run with no user input when ddev gets set-up.