Skip to content

Commit 9a116f1

Browse files
committed
Add allowed plugins to composer.json
1 parent 03ef6a0 commit 9a116f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@
3030
}
3131
},
3232
"minimum-stability": "dev",
33-
"prefer-stable": true
33+
"prefer-stable": true,
34+
"config": {
35+
"allow-plugins": {
36+
"composer/installers": true,
37+
"silverstripe/vendor-plugin": true
38+
}
39+
}
3440
}

0 commit comments

Comments
 (0)