megclaypool
3/13/2019 - 5:17 PM

Drupal composer.json (fix for insane conflicts, among other things!)

[Drupal composer.json (fix for insane conflicts, among other things!)]

  • Remove the merge-plugin bit to fix the insane merge conflicts:
"merge-plugin": {
    "include": [
        "core/composer.json"
    ],
    "recurse": false,
    "replace": false,
    "merge-extra": false
},
  • Add "sort-packages": true to the config section (just to stay organized!)

  • Until twig/twig gets updated, add it to the conflicts section:

"conflict": {
    "twig/twig": "2.7.0 || 1.38.0 - 1.38.2"
},