Skip to content

Commit 6c8ef54

Browse files
author
Jeremiah VALERIE
committed
Allow "phpstan/extension-installer" composer plugins
1 parent 7bec07f commit 6c8ef54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
},
2323
"config": {
2424
"bin-dir": "bin",
25-
"sort-packages": true
25+
"sort-packages": true,
26+
"allow-plugins": {
27+
"phpstan/extension-installer": true
28+
}
2629
},
2730
"require": {
2831
"php": "^8.0",

0 commit comments

Comments
 (0)