Skip to content

Commit 837e352

Browse files
committed
Allow plugins
1 parent 437caa3 commit 837e352

File tree

2 files changed

+521
-510
lines changed

2 files changed

+521
-510
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,10 @@
6666
"phpcbf test --standard=PSR12 --encoding=UTF-8"
6767
],
6868
"static": "phpstan --ansi analyse --level max src"
69+
},
70+
"config": {
71+
"allow-plugins": {
72+
"phpstan/extension-installer": true
73+
}
6974
}
7075
}

0 commit comments

Comments
 (0)