From 2d91d8c35d0098f40c44c249c4a1b48b867cedf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:11:11 +0000 Subject: [PATCH] chore(deps-dev): bump phpstan/phpstan-doctrine from 1.5.2 to 1.5.3 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.2...1.5.3) --- 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 bfa2533de9f..ae3be141640 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.2", "phpstan/phpstan": "1.11.11", - "phpstan/phpstan-doctrine": "1.5.2", + "phpstan/phpstan-doctrine": "1.5.3", "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 fb291786ba1..4d445836a8e 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": "c9018b5480a81a95cc1a2638547fcf5d", + "content-hash": "8f0b4eafe86f8252568f087eb8bd342b", "packages": [ { "name": "aws/aws-crt-php", @@ -8739,16 +8739,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c" + "reference": "38db3bad8f1567d7bf64806738d724261f8a2b5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c", - "reference": "4d17bed8a33aa8220c1f2a21a6b14fcdb0e5b02c", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/38db3bad8f1567d7bf64806738d724261f8a2b5c", + "reference": "38db3bad8f1567d7bf64806738d724261f8a2b5c", "shasum": "" }, "require": { @@ -8805,9 +8805,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.2" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.5.3" }, - "time": "2024-08-23T11:07:15+00:00" + "time": "2024-09-01T13:17:34+00:00" }, { "name": "phpstan/phpstan-phpunit",