Skip to content

Commit e2f007f

Browse files
committed
Add allow-plugins to config section in composer.json
1 parent 8740120 commit e2f007f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
}
5555
},
5656
"config": {
57-
"sort-packages": true
57+
"sort-packages": true,
58+
"allow-plugins": {
59+
"infection/extension-installer": true,
60+
"composer/package-versions-deprecated": true
61+
}
5862
},
5963
"scripts": {
6064
"test": "phpunit --testdox --no-interaction",

0 commit comments

Comments
 (0)