ddev-drupal-contrib
ddev-drupal-contrib copied to clipboard
Improve documentation for how to change the version of Drupal core, fixes #75
The Issue
- https://github.com/ddev/ddev-drupal-contrib/issues/75
How This PR Solves The Issue
I moved the information on changing the core version to a separate section and rewrote it. This is what worked for me, but I find it strange that the PHP_VERSION is set in .config.yaml, while the core version to override is set in .config.local.yaml.