Skip to content

Commit f0c9147

Browse files
committed
Allow infection/extension-installer plugins
1 parent 10a506c commit f0c9147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"preferred-install": {
3737
"*": "dist"
3838
},
39-
"sort-packages": true
39+
"sort-packages": true,
40+
"allow-plugins": {
41+
"infection/extension-installer": true
42+
}
4043
},
4144
"autoload": {
4245
"psr-4": {

0 commit comments

Comments
 (0)