Skip to content

Commit 6248ac5

Browse files
committed
Add "phpstan/extension-installer" to allowed plugins
1 parent a5b9e4b commit 6248ac5

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
@@ -43,7 +43,10 @@
4343
}
4444
},
4545
"config": {
46-
"sort-packages": true
46+
"sort-packages": true,
47+
"allow-plugins": {
48+
"phpstan/extension-installer": true
49+
}
4750
},
4851
"minimum-stability": "dev",
4952
"prefer-stable": true

0 commit comments

Comments
 (0)