From 6eda155fb1723ca6d5488a70baba574dbe22f4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:21:14 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 1.3.23 to 1.3.33 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.23 to 1.3.33. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.23...1.3.33) --- 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 | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index e8656e1b85..642f61a0e8 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpunit/phpunit": "9.5.*", "squizlabs/php_codesniffer": "^3.7.1", "phpstan/phpstan": "^1.9.2", - "phpstan/phpstan-doctrine": "^1.3.23", + "phpstan/phpstan-doctrine": "^1.3.33", "phpstan/phpstan-strict-rules": "^1.4.4", "phpstan/phpstan-phpunit": "^1.2.2", "phpstan/extension-installer": "^1.2.0", diff --git a/composer.lock b/composer.lock index cdc18db30f..c81115c700 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": "1d2a8d2139b649bccffc321665a9b3ac", + "content-hash": "0abd9ff0a95056bdf40d4e2e3032993d", "packages": [ { "name": "arthurhoaro/favicon", @@ -1059,16 +1059,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.2", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" + "reference": "1cd5fc530a8b68702f3733ad64294b2a39564198" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1cd5fc530a8b68702f3733ad64294b2a39564198", + "reference": "1cd5fc530a8b68702f3733ad64294b2a39564198", "shasum": "" }, "require": { @@ -1098,7 +1098,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.2" + "source": "https://github.com/phpstan/phpstan/tree/1.10.1" }, "funding": [ { @@ -1114,7 +1114,7 @@ "type": "tidelift" } ], - "time": "2022-11-10T09:56:11+00:00" + "time": "2023-02-21T21:57:23+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1168,21 +1168,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.23", + "version": "1.3.33", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779" + "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/964caf844c89134e5c2f19e97cbf8b5d12193779", - "reference": "964caf844c89134e5c2f19e97cbf8b5d12193779", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fcb67c2a747300ff8e6ae278191f6ff79fc90370", + "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.8.11" + "phpstan/phpstan": "^1.10" }, "conflict": { "doctrine/collections": "<1.0", @@ -1192,6 +1192,7 @@ "doctrine/persistence": "<1.3" }, "require-dev": { + "composer/semver": "^3.3.2", "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", @@ -1231,9 +1232,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.23" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.33" }, - "time": "2022-11-14T07:46:16+00:00" + "time": "2023-02-21T08:52:52+00:00" }, { "name": "phpstan/phpstan-phpunit",