Skip to content

Commit

Permalink
Fix security checker deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Mar 1, 2019
1 parent 9438e61 commit 060b1f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"sensio/generator-bundle": "^3.0",
"sensiolabs/security-checker": "^4.1",
"sensiolabs/security-checker": "^5.0",
"squizlabs/php_codesniffer": "^3.1",
"symfony/phpunit-bridge": "^3.0"
},
Expand Down Expand Up @@ -95,7 +95,7 @@
"phpunit": "vendor/bin/phpunit tests",
"behat": ["vendor/bin/behat --config behat.yml --tags '~skip'"],

"security-tests": "vendor/bin/security-checker security:check --end-point=http://security.sensiolabs.org/check_lock",
"security-tests": "vendor/bin/security-checker security:check",

"coverage": [
"@phpunit-coverage",
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 060b1f3

Please sign in to comment.