From 74dd65c39aa34ed02d6fe0d9470c398ff236b13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:44:12 +0000 Subject: [PATCH] Update phpstan/phpstan-doctrine requirement from 1.3.32 to 1.3.33 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.32...1.3.33) --- 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 f44c5e289e..cd5e5dca4a 100644 --- a/composer.json +++ b/composer.json @@ -213,7 +213,7 @@ "phpspec/phpspec": "^7.2", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.6", - "phpstan/phpstan-doctrine": "1.3.32", + "phpstan/phpstan-doctrine": "1.3.33", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-webmozart-assert": "^1.1", "phpunit/phpunit": "^9.5",