Skip to content

Commit 6ec0933

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent af6484f commit 6ec0933

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
}
4949
},
5050
"config": {
51-
"sort-packages": true
51+
"sort-packages": true,
52+
"allow-plugins": {
53+
"phpstan/extension-installer": true
54+
}
5255
},
5356
"minimum-stability": "dev",
5457
"prefer-stable": true

0 commit comments

Comments
 (0)