Allow composer/installers plugin

`composer update --no-interactive` 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: I9805e130a0fd8f9871693a08eec9a35194f19e4e
This commit is contained in:
Gergő Tisza 2022-07-18 19:24:05 -07:00
parent cfe21914ce
commit bd57c4b851
No known key found for this signature in database
GPG Key ID: C34FEC97E6257F96
1 changed files with 5 additions and 0 deletions

View File

@ -54,5 +54,10 @@
"test:size": "phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php --verbose",
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}