From 5e6cfb7b9f332469d0e7b1404aff314a19b2f0c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 08:38:49 +0000 Subject: [PATCH] Update sensiolabs/security-checker requirement from ^5.0 to ^6.0 Updates the requirements on [sensiolabs/security-checker](https://github.com/sensiolabs/security-checker) to permit the latest version. - [Release notes](https://github.com/sensiolabs/security-checker/releases) - [Commits](https://github.com/sensiolabs/security-checker/compare/v5.0.0...v6.0.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d166e7..a4e5934 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/phpstan-webmozart-assert": "^0.12", "phpunit/phpunit": "^8.3", "roave/security-advisories": "dev-master", - "sensiolabs/security-checker": "^5.0", + "sensiolabs/security-checker": "^6.0", "sylius-labs/coding-standard": "^3.1", "symfony/browser-kit": "^4.4 || ^5.0", "symfony/debug-bundle": "^4.4 || ^5.0",