Skip to content

Commit

Permalink
Ensure phpcs plugin is allowed to run
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jan 2, 2022
1 parent 93953d2 commit c6b23d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
}
Expand Down

0 comments on commit c6b23d0

Please sign in to comment.