From ae0e6cf16b9f6be8c3b4484371f251a7404bc2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 11:56:02 +0000 Subject: [PATCH] Bump phpstan/phpstan-symfony from 1.3.0 to 1.3.1 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.0...1.3.1) --- 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 24eeefa50..0b345912d 100644 --- a/composer.lock +++ b/composer.lock @@ -11438,16 +11438,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "f45b9ceccfe81b6cd8229a8f9ad7060a8ee5cb30" + "reference": "7e78605a699d183f5a6936cf91904f4c16ca79b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/f45b9ceccfe81b6cd8229a8f9ad7060a8ee5cb30", - "reference": "f45b9ceccfe81b6cd8229a8f9ad7060a8ee5cb30", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7e78605a699d183f5a6936cf91904f4c16ca79b2", + "reference": "7e78605a699d183f5a6936cf91904f4c16ca79b2", "shasum": "" }, "require": { @@ -11503,9 +11503,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.3.0" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.1" }, - "time": "2023-04-14T12:17:46+00:00" + "time": "2023-04-14T16:59:18+00:00" }, { "name": "phpunit/php-code-coverage",