Skip to content

Commit

Permalink
Composer: allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 9, 2022
1 parent f26ac65 commit a0eb236
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 a0eb236

Please sign in to comment.