Skip to content

Commit bed3a91

Browse files
committed
Add allow-plugins to config section in composer.json
1 parent 2a91982 commit bed3a91

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
@@ -52,7 +52,11 @@
5252
}
5353
},
5454
"config": {
55-
"sort-packages": true
55+
"sort-packages": true,
56+
"allow-plugins": {
57+
"infection/extension-installer": true,
58+
"composer/package-versions-deprecated": true
59+
}
5660
},
5761
"scripts": {
5862
"test": "phpunit --testdox --no-interaction",

0 commit comments

Comments
 (0)