Skip to content

Commit 6309db8

Browse files
committed
add allow-plugins config for composer 2.2+
1 parent 541a1ca commit 6309db8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@
3636
"phpunit/phpunit": "^7.0",
3737
"psalm/plugin-phpunit": "^0.16.1",
3838
"vimeo/psalm": "^4.5.2"
39+
},
40+
"config": {
41+
"allow-plugins": {
42+
"dealerdirect/phpcodesniffer-composer-installer": true,
43+
"ergebnis/composer-normalize": true
44+
}
3945
}
4046
}

0 commit comments

Comments
 (0)