Skip to content

Commit 19024dd

Browse files
committed
Add allow-plugins to config section in composer.json
1 parent ac343b5 commit 19024dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
}
6262
},
6363
"config": {
64-
"sort-packages": true
64+
"sort-packages": true,
65+
"allow-plugins": {
66+
"infection/extension-installer": true,
67+
"composer/package-versions-deprecated": true
68+
}
6569
},
6670
"scripts": {
6771
"test": "phpunit --testdox --no-interaction",

0 commit comments

Comments
 (0)