From 728da89bf09766713318f784047ce3fd7473fe77 Mon Sep 17 00:00:00 2001 From: Marek Rzytki Date: Mon, 20 May 2024 09:13:35 +0200 Subject: [PATCH] Remove sensiolabs security checker package --- composer.json | 1 - tests/Application/config/packages/security_checker.yaml | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 tests/Application/config/packages/security_checker.yaml diff --git a/composer.json b/composer.json index 13d2512..f028f2f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,6 @@ "lchrusciel/api-test-case": "^5.2", "phpspec/phpspec": "^7.0", "phpunit/phpunit": "^9.5", - "sensiolabs/security-checker": "^6.0", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^5.4 || ^6.0", "symfony/debug-bundle": "^5.4 || ^6.0", diff --git a/tests/Application/config/packages/security_checker.yaml b/tests/Application/config/packages/security_checker.yaml deleted file mode 100644 index 0f9cf00..0000000 --- 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' }