Skip to content

Instantly share code, notes, and snippets.

@PureLandFlying
Last active January 17, 2020 02:28
Show Gist options
  • Save PureLandFlying/eef3e47ff8136b5a706d941cab9c9834 to your computer and use it in GitHub Desktop.
Save PureLandFlying/eef3e47ff8136b5a706d941cab9c9834 to your computer and use it in GitHub Desktop.
How to fix "remove drupal/drupal No version set (parsed as 1.0.0)|remove drupal/core xxx"
change composer.json
"merge-plugin": {
"include": [
"core/composer.json", <-- Remove
],
"recurse": true,
"replace": false,
"merge-extra": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment