Skip to content

Commit bcb5b0a

Browse files
committed
Add sensio labs security checker
1 parent 22d39b6 commit bcb5b0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ vendor/bin/phpcs \
1212
-p \
1313
.
1414

15+
16+
php vendor/bin/security-checker security:check composer.lock
17+
1518
vendor/bin/phpunit
1619
vendor/bin/diffFilter --phpunit diff.txt build/logs/clover.xml 80

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"phpunit/dbunit": "^2.0",
2323
"phpunit/phpunit": "^5.7",
2424
"roave/security-advisories": "dev-master",
25-
"squizlabs/php_codesniffer": "^3.4"
25+
"squizlabs/php_codesniffer": "^3.4",
26+
"sensiolabs/security-checker": "^5.0"
2627
},
2728
"autoload" : {
2829
"psr-4" : {

0 commit comments

Comments
 (0)