Skip to content

Commit

Permalink
adding plugin to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
neenjaw committed Dec 25, 2021
1 parent 141eb04 commit 0d8083a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"Exercism\\": "src",
"Exercism\\Exercises\\": "exercises"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"php": "^7.4|^8.0",
"slevomat/coding-standard": "^7.0",
Expand Down

0 comments on commit 0d8083a

Please sign in to comment.