Skip to content

Update guide_local_development.asciidoc

Relates to #3348987. Changes configuration flag for ddev command from "drupal9" to "drupal10" which will also ensure the proper version of PHP is used for Drupal 10 installs. Fixes an issue where "drupal9" flag is used for ddev which causes PHP8.0 to be used. But then the composer command to install Drupal will install Drupal 10. And then try and install Drush 12, but Drush 12 requires PHP8.1+

Merge request reports