Skip to content

Commit a970340

Browse files
authored
Allow plugin phpstan/extension-installer.
1 parent eb0c420 commit a970340

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"vendor/bin/phpstan analyse src -c phpstan.neon --level 9 --no-progress"
3131
]
3232
},
33-
"minimum-stability": "stable"
33+
"minimum-stability": "stable",
34+
"config": {
35+
"allow-plugins": {
36+
"phpstan/extension-installer": true
37+
}
38+
}
3439
}

0 commit comments

Comments
 (0)