From 73b511291cd0a71df5025dc0ae1c3e6b3414c7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:42:06 +0000 Subject: [PATCH] build(deps-dev): bump phpstan/phpstan-doctrine from 1.5.4 to 1.5.5 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine 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 eaabedba7..e4e8e550d 100644 --- a/composer.lock +++ b/composer.lock @@ -10151,16 +10151,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.5.4", + "version": "1.5.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "f61f963a80e823462146d76b57b73788c367cc0e" + "reference": "4e9c77fc7bc3293f773fb2d8155c99572a3c89a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f61f963a80e823462146d76b57b73788c367cc0e", - "reference": "f61f963a80e823462146d76b57b73788c367cc0e", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4e9c77fc7bc3293f773fb2d8155c99572a3c89a4", + "reference": "4e9c77fc7bc3293f773fb2d8155c99572a3c89a4", "shasum": "" }, "require": { @@ -10217,9 +10217,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.5.4" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.5.5" }, - "time": "2024-10-28T14:13:20+00:00" + "time": "2024-10-29T12:19:49+00:00" }, { "name": "slevomat/coding-standard",