Skip to content

Commit

Permalink
Adds PHP_CodeSniffer into composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 22, 2018
1 parent c8283cd commit 1f0cd5c
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 @@ -19,7 +19,8 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"drupal/coder": "^8@stable",
"pheromone/phpcs-security-audit": "1.*@stable"
"pheromone/phpcs-security-audit": "^1@stable",
"squizlabs/php_codesniffer": "^2@stable"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 1f0cd5c

Please sign in to comment.