Skip to content

Commit b6427f7

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent c0c95a6 commit b6427f7

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
@@ -51,7 +51,10 @@
5151
}
5252
},
5353
"config": {
54-
"sort-packages": true
54+
"sort-packages": true,
55+
"allow-plugins": {
56+
"phpstan/extension-installer": true
57+
}
5558
},
5659
"minimum-stability": "dev",
5760
"prefer-stable": true

0 commit comments

Comments
 (0)