From 34792ee81ad3c634e01bcd6b453ceda7719d0560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:01:13 +0000 Subject: [PATCH] Bump phpstan/phpstan-symfony from 1.2.8 to 1.2.9 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.2.8 to 1.2.9. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.2.8...1.2.9) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d19834e3e..2aeaddefc 100644 --- a/composer.lock +++ b/composer.lock @@ -4945,16 +4945,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.8", + "version": "1.2.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "28fe677ec3ad43eb4c0946c502535365e3040ecf" + "reference": "f4cb3b8915d3656e780f305f01c86b70ff933272" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/28fe677ec3ad43eb4c0946c502535365e3040ecf", - "reference": "28fe677ec3ad43eb4c0946c502535365e3040ecf", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/f4cb3b8915d3656e780f305f01c86b70ff933272", + "reference": "f4cb3b8915d3656e780f305f01c86b70ff933272", "shasum": "" }, "require": { @@ -5010,9 +5010,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.8" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.9" }, - "time": "2022-07-20T12:02:52+00:00" + "time": "2022-08-05T20:13:38+00:00" }, { "name": "phpunit/php-code-coverage",