Skip to content

Commit da6e382

Browse files
authored
Merge pull request #658 from pantheon-systems/cms-471-allow-plugins
[CMS-471] Add allow-plugins config.
2 parents d8c6747 + a26bdcb commit da6e382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"sort-packages": true,
4545
"platform": {
4646
"php": "7.3"
47+
},
48+
"allow-plugins": {
49+
"composer/installers": true,
50+
"dealerdirect/phpcodesniffer-composer-installer": true,
51+
"johnpbloch/wordpress-core-installer": true
4752
}
4853
},
4954
"extra": {

0 commit comments

Comments
 (0)