Skip to content

Commit

Permalink
Merge pull request #22 from pluswerk/feature/securitychecker
Browse files Browse the repository at this point in the history
[FEATURE] add sensiolabs/security-checker
  • Loading branch information
Kanti authored Jul 24, 2018
2 parents 0ac90c4 + 2f5cfe1 commit 7428089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"phpro/grumphp": "0.14.*",
"pluswerk/grumphp-bom-task": "4.*",
"pluswerk/grumphp-xliff-task": "2.*",
"squizlabs/php_codesniffer": "2.* | 3.*"
"squizlabs/php_codesniffer": "2.* | 3.*",
"sensiolabs/security-checker": "4.*"
},
"extra": {
"class": "PLUS\\Composer\\Plugin"
Expand Down
1 change: 1 addition & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ parameters:
ignore_patterns: "%convention.yamllint_ignore_pattern%"
xlifflint:
ignore_patterns: "%convention.xlifflint_ignore_pattern%"
securitychecker: ~
plus_bom_fixer:
metadata:
priority: 1
Expand Down

0 comments on commit 7428089

Please sign in to comment.