From f610fdf9e4f8d49a6c633f38c63a9dc7682d4300 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Fri, 5 Apr 2024 14:55:42 +0200 Subject: [PATCH] chore: Update phpstan/phpstan-doctrine to 1.3.65 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3be063d686b..3426d187090 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,7 @@ "php-parallel-lint/php-var-dump-check": "^0.5", "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "1.10.66", - "phpstan/phpstan-doctrine": "1.3.62", + "phpstan/phpstan-doctrine": "1.3.65", "phpstan/phpstan-phpunit": "1.3.16", "phpstan/phpstan-symfony": "1.3.9", "phpunit/phpunit": "^9.6", diff --git a/composer.lock b/composer.lock index 8b226b833f0..2f9f392a7c0 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": "ffe1aafc30c7ad7b4b4f883070572b12", + "content-hash": "1ef480a637734f21df96c5553bc51775", "packages": [ { "name": "aws/aws-crt-php", @@ -8740,21 +8740,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.62", + "version": "1.3.65", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950" + "reference": "1667bda042320163fe503dd15e9fee3d37cb31cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3abbd8e93e12fed8091be3aeec216b06bed0950", - "reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1667bda042320163fe503dd15e9fee3d37cb31cf", + "reference": "1667bda042320163fe503dd15e9fee3d37cb31cf", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10.48" + "phpstan/phpstan": "^1.10.64" }, "conflict": { "doctrine/collections": "<1.0", @@ -8806,9 +8806,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.62" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.65" }, - "time": "2024-02-12T11:52:17+00:00" + "time": "2024-04-04T07:45:25+00:00" }, { "name": "phpstan/phpstan-phpunit",