Skip to content

Commit

Permalink
Allow codesniffer plugin for composer (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mentisy authored Jul 27, 2022
1 parent c899d00 commit 58b336c
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 @@ -44,6 +44,9 @@
]
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 58b336c

Please sign in to comment.