Skip to content

Commit 43b2fb0

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent e1b4ae0 commit 43b2fb0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
}
4343
},
4444
"config": {
45-
"sort-packages": true
45+
"sort-packages": true,
46+
"allow-plugins": {
47+
"phpstan/extension-installer": true
48+
}
4649
},
4750
"minimum-stability": "dev",
4851
"prefer-stable": true

0 commit comments

Comments
 (0)