Allow composer/installers plugin

`composer update --no-interaction` errors out if this flag is not set.
Setting it to true, as that was the status quo before Composer 2.2.

Bug: T298283
Change-Id: I2b14466e51cf1cac89872a9c43ad362561961db2
This commit is contained in:
Gergő Tisza
2022-07-18 19:24:34 -07:00
committed by jenkins-bot
parent f2dd8dab21
commit b16bfff7be

View File

@@ -42,5 +42,10 @@
],
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}