From 3657dd9e241893154993c72a9033820840796843 Mon Sep 17 00:00:00 2001 From: Clemence Date: Wed, 30 Dec 2020 16:15:56 +0100 Subject: [PATCH] [Maintenance] Remove security checker config --- tests/Application/config/packages/security_checker.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/Application/config/packages/security_checker.yaml diff --git a/tests/Application/config/packages/security_checker.yaml b/tests/Application/config/packages/security_checker.yaml deleted file mode 100644 index 0f9cf00f..00000000 --- a/tests/Application/config/packages/security_checker.yaml +++ /dev/null @@ -1,9 +0,0 @@ -services: - SensioLabs\Security\SecurityChecker: - public: false - - SensioLabs\Security\Command\SecurityCheckerCommand: - arguments: ['@SensioLabs\Security\SecurityChecker'] - public: false - tags: - - { name: console.command, command: 'security:check' }