Configure Violinist
This commit is contained in:
parent
d50fe24cab
commit
071fd8e6f9
|
@ -93,6 +93,21 @@
|
||||||
" * Remove the plugin that prints this message:",
|
" * Remove the plugin that prints this message:",
|
||||||
" composer remove drupal/core-project-message"
|
" composer remove drupal/core-project-message"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"violinist": {
|
||||||
|
"automerge": 1,
|
||||||
|
"bundled_packages": {
|
||||||
|
"drupal/core-recommended": [
|
||||||
|
"drupal/core-composer-scaffold",
|
||||||
|
"drupal/core-dev",
|
||||||
|
"drupal/core-project-message"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"blocklist": [
|
||||||
|
"drupal/core-composer-scaffold",
|
||||||
|
"drupal/core-dev",
|
||||||
|
"drupal/core-project-message"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7183bae7731a63f8bb0056d225a279ff",
|
"content-hash": "7bbf39b1e94367a9024fbddffc2d03cd",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
|
Loading…
Reference in a new issue