Skip to content

Commit

Permalink
Merge pull request #19 from PHPCSStandards/feature/composer-allow-php…
Browse files Browse the repository at this point in the history
…cs-plugin

Composer: allow the PHPCS plugin
  • Loading branch information
jrfnl authored Dec 23, 2021
2 parents e411b6e + 3f87c6e commit ca619c4
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 @@ -27,5 +27,10 @@
},
"require-dev" : {
"roave/security-advisories" : "dev-master"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit ca619c4

Please sign in to comment.