Skip to content

Commit 4b0ce93

Browse files
authored
Allow plugin phpstan/extension-installer.
1 parent 5090ef3 commit 4b0ce93

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
@@ -39,5 +39,10 @@
3939
"vendor/bin/phpstan analyse src -c phpstan.neon --level 9 --no-progress"
4040
]
4141
},
42-
"minimum-stability": "stable"
42+
"minimum-stability": "stable",
43+
"config": {
44+
"allow-plugins": {
45+
"phpstan/extension-installer": true
46+
}
47+
}
4348
}

0 commit comments

Comments
 (0)