Exit early on Composer patch failure
This commit is contained in:
parent
f8d97dd629
commit
02d9c114f3
|
@ -74,6 +74,7 @@
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"composer-exit-on-patch-failure": true,
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
"file-mapping": {
|
"file-mapping": {
|
||||||
"[web-root]/.htaccess": false,
|
"[web-root]/.htaccess": false,
|
||||||
|
|
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": "5189529f1b1a8c1c9460a68aba4ec6f7",
|
"content-hash": "3f1c47b7210ec0730beb773d98c06c19",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
|
Loading…
Reference in a new issue