From ad29e4ee364674a42eb9be48cf60c9e368f743fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:25:45 +0000 Subject: [PATCH] Update phpstan/phpstan-doctrine requirement from 1.3.31 to 1.3.32 Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.31...1.3.32) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d1fb764f41..b15dd1535a9 100644 --- a/composer.json +++ b/composer.json @@ -212,7 +212,7 @@ "phpspec/phpspec": "^7.2", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.6", - "phpstan/phpstan-doctrine": "1.3.31", + "phpstan/phpstan-doctrine": "1.3.32", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-webmozart-assert": "^1.1", "phpunit/phpunit": "^9.5",