Skip to content

Commit 4ee40e2

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent 9fb0add commit 4ee40e2

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
@@ -41,7 +41,10 @@
4141
}
4242
},
4343
"config": {
44-
"sort-packages": true
44+
"sort-packages": true,
45+
"allow-plugins": {
46+
"phpstan/extension-installer": true
47+
}
4548
},
4649
"minimum-stability": "dev",
4750
"prefer-stable": true

0 commit comments

Comments
 (0)