diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index a766d34e..0c63db6f 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -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() diff --git a/composer.json b/composer.json index 2c91e74d..0856001a 100644 --- a/composer.json +++ b/composer.json @@ -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",