Skip to content

Commit 08f5002

Browse files
authored
LDP-1224: Add allowed plugins composer config. (#44)
Co-authored-by: Petar <petar.basic@drunomics.com>
1 parent a241668 commit 08f5002

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@
154154
"preferred-install": {
155155
"drunomics/*": "source",
156156
"*": "dist"
157+
},
158+
"allow-plugins": {
159+
"composer/installers": true,
160+
"cweagans/composer-patches": true,
161+
"dealerdirect/phpcodesniffer-composer-installer": true,
162+
"oomphinc/composer-installers-extender": true,
163+
"drupal/core-composer-scaffold": true
157164
}
158165
},
159166
"suggest": {

0 commit comments

Comments
 (0)