Skip to content

Commit 5fa2335

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent 1261f65 commit 5fa2335

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
@@ -55,7 +55,10 @@
5555
}
5656
},
5757
"config": {
58-
"sort-packages": true
58+
"sort-packages": true,
59+
"allow-plugins": {
60+
"phpstan/extension-installer": true
61+
}
5962
},
6063
"minimum-stability": "dev",
6164
"prefer-stable": true

0 commit comments

Comments
 (0)