From f4bce8dcff79fcf55681536a1ed2547e24dd7aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:53:30 +0000 Subject: [PATCH] Update phpstan/phpstan-doctrine requirement from 1.3.65 to 1.5.5 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.65...1.5.5) --- 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 d2ef34c..e3c5c33 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.8.1", - "phpstan/phpstan-doctrine": "1.3.65", + "phpstan/phpstan-doctrine": "1.5.5", "phpstan/phpstan-strict-rules": "^1.3.0", "phpstan/phpstan-webmozart-assert": "^1.2.0", "phpunit/phpunit": "^10.5",