From 932095926b88ea87e34156f4722e9380f408d4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:37:06 +0000 Subject: [PATCH] chore(deps-dev): bump phpstan/phpstan-doctrine from 1.5.0 to 1.5.2 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.0...1.5.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e6594e794e3..c72bbeb93b8 100644 --- a/composer.json +++ b/composer.json @@ -113,7 +113,7 @@ "php-parallel-lint/php-var-dump-check": "^0.5", "phpstan/extension-installer": "1.4.1", "phpstan/phpstan": "1.11.9", - "phpstan/phpstan-doctrine": "1.5.0", + "phpstan/phpstan-doctrine": "1.5.2", "phpstan/phpstan-phpunit": "1.4.0", "phpstan/phpstan-symfony": "1.4.8", "phpunit/phpunit": "^9.6", diff --git a/composer.lock b/composer.lock index dafdb66aed7..1c5d3ee5307 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "faab07271dcd6d672df8f92b03fedfdc", + "content-hash": "8fa4c160f1ab075e075825724afef0da", "packages": [ { "name": "aws/aws-crt-php", @@ -8735,16 +8735,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.5.0", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "caa046bd6152818e781260fb3a7a96d6b0fadeed" + "reference": "4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/caa046bd6152818e781260fb3a7a96d6b0fadeed", - "reference": "caa046bd6152818e781260fb3a7a96d6b0fadeed", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c", + "reference": "4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c", "shasum": "" }, "require": { @@ -8801,9 +8801,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.0" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.5.2" }, - "time": "2024-08-05T13:47:07+00:00" + "time": "2024-08-23T11:07:15+00:00" }, { "name": "phpstan/phpstan-phpunit",