Skip to content

Commit f0b3c5c

Browse files
committed
Composer: Register phpstan/extension-installer to allow-plugin
1 parent 3796472 commit f0b3c5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
"vendor/bin/phpstan analyse src -c phpstan.neon --level 9 --no-progress"
3636
]
3737
},
38-
"minimum-stability": "stable"
38+
"minimum-stability": "stable",
39+
"config": {
40+
"allow-plugins": {
41+
"phpstan/extension-installer": true
42+
}
43+
}
3944
}

0 commit comments

Comments
 (0)