From 86d67ab6505dee75505bdb91c353e458f47d663f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:10:43 +0000 Subject: [PATCH] Update phpstan/phpstan-doctrine requirement from 1.3.37 to 1.3.48 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.37...1.3.48) --- 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 5ed23a0..9e673bc 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpspec/phpspec": "^7.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.8.1", - "phpstan/phpstan-doctrine": "1.3.37", + "phpstan/phpstan-doctrine": "1.3.48", "phpstan/phpstan-strict-rules": "^1.3.0", "phpstan/phpstan-webmozart-assert": "^1.2.0", "phpunit/phpunit": "^9.5",