From 8ecada5b62f543e32088f929a02476bb828d04a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:35:25 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.35 to 1.3.36 (#2159) Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.35 to 1.3.36. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.35...1.3.36) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 7d5e74d90a..eed3ca81fd 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpunit/phpunit": "9.6.*", "squizlabs/php_codesniffer": "^3.7.2", "phpstan/phpstan": "^1.10.6", - "phpstan/phpstan-doctrine": "^1.3.35", + "phpstan/phpstan-doctrine": "^1.3.36", "phpstan/phpstan-strict-rules": "^1.5.0", "phpstan/phpstan-phpunit": "^1.3.10", "phpstan/extension-installer": "^1.2.0", diff --git a/composer.lock b/composer.lock index f933ccb092..14b1dbdd9b 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": "b0332f5992bd2ff8575d4041823a3f30", + "content-hash": "4ef4d245e54b4a37bb83eeb8a45e0075", "packages": [ { "name": "arthurhoaro/favicon", @@ -1462,16 +1462,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.35", + "version": "1.3.36", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5" + "reference": "8c22f2499444897941f9162c25f8538217c16f15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3dbb999bd56cc21d6733bab60898ebdf388245b5", - "reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8c22f2499444897941f9162c25f8538217c16f15", + "reference": "8c22f2499444897941f9162c25f8538217c16f15", "shasum": "" }, "require": { @@ -1526,9 +1526,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.35" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.36" }, - "time": "2023-03-10T14:43:05+00:00" + "time": "2023-03-15T15:10:43+00:00" }, { "name": "phpstan/phpstan-phpunit",