Merge "Allow composer/installers plugin"

This commit is contained in:
jenkins-bot 2022-08-15 16:05:22 +00:00 committed by Gerrit Code Review
commit aab46eb7ce
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
}
}
}