Skip to content

Commit

Permalink
fix: allow phpcs composer plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 17, 2022
1 parent b186c2d commit ae16945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
}
},
"config": {
"allow-plugins": {}
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit ae16945

Please sign in to comment.