From 6fea5b26eaa34942f2c866f11c03c62ea435b7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 03:26:22 +0000 Subject: [PATCH] Bump phpstan/phpstan-symfony from 0.12.16 to 0.12.17 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 0.12.16 to 0.12.17. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.16...0.12.17) Signed-off-by: dependabot[bot] --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 35797f3c3..a5a364d72 100644 --- a/composer.lock +++ b/composer.lock @@ -11661,16 +11661,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "0.12.16", + "version": "0.12.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "c50afb8f4e27d4ab3b47ac370838aefac3c15e9e" + "reference": "6f270710294b1b5a029464765bcb6d0f564ff3a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c50afb8f4e27d4ab3b47ac370838aefac3c15e9e", - "reference": "c50afb8f4e27d4ab3b47ac370838aefac3c15e9e", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/6f270710294b1b5a029464765bcb6d0f564ff3a1", + "reference": "6f270710294b1b5a029464765bcb6d0f564ff3a1", "shasum": "" }, "require": { @@ -11687,6 +11687,7 @@ "phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-strict-rules": "^0.12.5", "phpunit/phpunit": "^7.5.20", + "symfony/config": "^4.2", "symfony/console": "^4.0", "symfony/framework-bundle": "^4.0", "symfony/http-foundation": "^4.0", @@ -11722,7 +11723,7 @@ } ], "description": "Symfony Framework extensions and rules for PHPStan", - "time": "2021-01-25T12:30:55+00:00" + "time": "2021-02-11T18:45:32+00:00" }, { "name": "symfony/maker-bundle",