Skip to content

Commit

Permalink
[minor] replace abandoned Sensiolabs security checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jul 9, 2021
1 parent 5610d20 commit d108cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private function createGroupsNode()
->end()
->end()
->arrayNode('security_advisory')
->info('Checks installed composer dependencies against the SensioLabs Security Advisory database')
->info('Checks installed composer dependencies against the Security Advisory database')
->children()
->scalarNode('lock_file')->defaultValue('%kernel.project_dir%/composer.lock')->end()
->end()
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
"sensiolabs/security-checker": "^5.0 || ^6.0",
"enlightn/security-checker": "^1.2",
"guzzlehttp/guzzle": "^5.3.2 || ^6.3.3 || ^7.0.1",
"symfony/expression-language": "^3.4 || ^4.0 || ^5.0",
"swiftmailer/swiftmailer": "^5.4 || ^6.1",
Expand Down

0 comments on commit d108cfa

Please sign in to comment.