Skip to content

Commit 2d47686

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent a5f3bbc commit 2d47686

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
@@ -29,7 +29,10 @@
2929
}
3030
},
3131
"config": {
32-
"sort-packages": true
32+
"sort-packages": true,
33+
"allow-plugins": {
34+
"phpstan/extension-installer": true
35+
}
3336
},
3437
"minimum-stability": "dev",
3538
"prefer-stable": true

0 commit comments

Comments
 (0)