Skip to content

Commit c4603d8

Browse files
committed
Allow plugin for Composer 2.2
1 parent f9bd58f commit c4603d8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@
4444
"vimeo/psalm": "4.7.1"
4545
},
4646
"config": {
47-
"sort-packages": true
47+
"sort-packages": true,
48+
"allow-plugins": {
49+
"phpstan/extension-installer": true,
50+
"dealerdirect/phpcodesniffer-composer-installer": true,
51+
"symfony/thanks": true
52+
}
4853
},
4954
"extra": {
5055
"branch-alias": {

0 commit comments

Comments
 (0)