Skip to content

Commit b5a0b4f

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
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)