markdown Drupal composer.json(解决疯狂冲突等问题!)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Drupal composer.json(解决疯狂冲突等问题!)相关的知识,希望对你有一定的参考价值。
* 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"
},
```
以上是关于markdown Drupal composer.json(解决疯狂冲突等问题!)的主要内容,如果未能解决你的问题,请参考以下文章
markdown 如何使用Composer在Drupal 8中应用补丁
markdown 我的Drupal Composer更新了Woe / Fix!
使用Composer来管理Drupal 8项目是否绝对必要?
sh Composer Create Drupal Env
text Drupal 8模块的最小Composer安装
text Drupal 8模块的最小Composer安装