From ac51f2e77adc6ac966e2800ff55976d63f6e01ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump phpstan/phpstan-doctrine from 1.4.5 to 1.4.7 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.4.5 to 1.4.7. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.5...1.4.7) --- 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 e91d1c76582..8fe8fe37ecd 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.7", - "phpstan/phpstan-doctrine": "1.4.5", + "phpstan/phpstan-doctrine": "1.4.7", "phpstan/phpstan-phpunit": "1.4.0", "phpstan/phpstan-symfony": "1.4.5", "phpunit/phpunit": "^9.6", diff --git a/composer.lock b/composer.lock index 69f624cf682..6cf4bc59993 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": "40fc4968c1fe10d832398f6ea3e05e25", + "content-hash": "3da045da189a39539d34c5f081a73144", "packages": [ { "name": "aws/aws-crt-php", @@ -8735,16 +8735,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.4.5", + "version": "1.4.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "c87ee295de7573d9c015c492693e7af7f8cd85dc" + "reference": "3f2cb3d364851e54080277499a9a7c150364538d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c87ee295de7573d9c015c492693e7af7f8cd85dc", - "reference": "c87ee295de7573d9c015c492693e7af7f8cd85dc", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3f2cb3d364851e54080277499a9a7c150364538d", + "reference": "3f2cb3d364851e54080277499a9a7c150364538d", "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.4.5" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.7" }, - "time": "2024-07-02T17:02:12+00:00" + "time": "2024-07-12T20:28:45+00:00" }, { "name": "phpstan/phpstan-phpunit",