Skip to content

Commit 16fda31

Browse files
committed
Allow Infection Extension Installer plugin
1 parent 8dcfa5d commit 16fda31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"require": {
88
"php": "^8.2"
99
},
10+
"config": {
11+
"allow-plugins": {
12+
"infection/extension-installer": true
13+
}
14+
},
1015
"require-dev": {
1116
"phpstan/phpstan": "^2",
1217
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)