Skip to content

Commit

Permalink
Merge pull request #130 from paras-malhotra/master
Browse files Browse the repository at this point in the history
Replace deprecated Sensiolabs security checker
  • Loading branch information
Potherca committed Mar 14, 2021
2 parents 97aa24e + d623771 commit c960cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -165,5 +165,5 @@ script:
fi
- |
if [[ "$SECURITY" == "1" ]]; then
./vendor/bin/security-checker -n security:check --end-point=http://security.symfony.com/check_lock
./vendor/bin/security-checker -n security:check
fi
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"composer/composer": "*",
"sensiolabs/security-checker": "^4.1.0",
"enlightn/security-checker": "^1.2",
"phpcompatibility/php-compatibility": "^9.0"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit c960cf4

Please sign in to comment.