Skip to content

Commit 722cfbf

Browse files
committed
composer: allow infection/extension-installer plugin
1 parent 8dd5bb5 commit 722cfbf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
},
6161
"config": {
6262
"sort-packages": true,
63-
"process-timeout": 3600
63+
"process-timeout": 3600,
64+
"allow-plugins": {
65+
"infection/extension-installer": true
66+
}
6467
}
6568
}

0 commit comments

Comments
 (0)