Skip to content

Commit

Permalink
Composer: allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 28, 2022
1 parent 3a8fef6 commit 9da9258
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -49,7 +49,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 9da9258

Please sign in to comment.