Skip to content

Commit

Permalink
Allow Composer plugins to run
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 25, 2022
1 parent c07b2fa commit db7c069
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 @@ -20,7 +20,10 @@
},
"config": {
"process-timeout": 7200,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit db7c069

Please sign in to comment.