We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d39b6 commit bcb5b0aCopy full SHA for bcb5b0a
build.sh
@@ -12,5 +12,8 @@ vendor/bin/phpcs \
12
-p \
13
.
14
15
+
16
+php vendor/bin/security-checker security:check composer.lock
17
18
vendor/bin/phpunit
19
vendor/bin/diffFilter --phpunit diff.txt build/logs/clover.xml 80
composer.json
@@ -22,7 +22,8 @@
22
"phpunit/dbunit": "^2.0",
23
"phpunit/phpunit": "^5.7",
24
"roave/security-advisories": "dev-master",
25
- "squizlabs/php_codesniffer": "^3.4"
+ "squizlabs/php_codesniffer": "^3.4",
26
+ "sensiolabs/security-checker": "^5.0"
27
},
28
"autoload" : {
29
"psr-4" : {
0 commit comments