Skip to content

Commit 90c5090

Browse files
committed
ITKDev: Allow plugins in composer
1 parent b111ebb commit 90c5090

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
"coding-standards-apply": [
4646
"@coding-standards-apply/phpcs"
4747
]
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"dealerdirect/phpcodesniffer-composer-installer": true,
52+
"phpstan/extension-installer": true
53+
}
4854
}
4955
}

0 commit comments

Comments
 (0)