Greg Anderson
Greg Anderson
This project is deprecated. Please upgrade to [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold) for Composer 2 compatibility. I updated the README to advise that this project is deprecated.
Take a look at the `drupal-scaffold` section inside of `extras` in your project's composer.json file, and compare with the [drupal/recommended-project](https://github.com/drupal/recommended-project) template.
Coding standards are cool, but I am concerned about how many merge conflicts we might cause in downstream repositories if we reformatted wp-config.php.
Yes, Pantheon made a mistake a long time ago and did not set up wp-config.php to be particularly maintainable. The result is that Pantheon users have to modify wp-config.php, so...
See https://github.com/pantheon-systems/wordpress-composer and https://github.com/pantheon-upstreams/wordpress-project. We'll be coming out with a supported version based on Bedrock in the future.
We can't exclude wp-config.php from updates. Conflicts in wp-config.php only cause problems when there is an upstream change to this file, and if it changes, then the downstream sites are...
You may remove these themes from your own sites if you wish. Pantheon never modifies the standard WordPress themes that appear in this repo. They are copied in from the...
I will have to attempt to reproduce your experience. What version of WordPress did you start with? I presume you are updating to today's most recent version.
Do you know what version you were on at the time you attempted to do a dashboard update?
Was this tool intended to be used only with Drush master, or only with Drush 8? Could be a version-mismatch. It might be possible to unify the classes needed by...