From e71d05f49f6028adce4ed06a0e3c94a26fc5313f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:01:09 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-doctrine from 1.2.10 to 1.2.11 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.2.10 to 1.2.11. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.2.10...1.2.11) --- 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 1fef8656..7a5eb725 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.6", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-doctrine": "^1.2.10", + "phpstan/phpstan-doctrine": "^1.2.11", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.14", diff --git a/composer.lock b/composer.lock index 30bcec21..a5e4058f 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": "a055278e12fd95cdf503ad45ea8ca759", + "content-hash": "38150965166298da8053f96a2df16cf3", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4524,16 +4524,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.2.10", + "version": "1.2.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "5a5454cf8d7916b39c6423beed592fb141743937" + "reference": "580737eff27e48c1924bc019fa43343626242e91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5a5454cf8d7916b39c6423beed592fb141743937", - "reference": "5a5454cf8d7916b39c6423beed592fb141743937", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/580737eff27e48c1924bc019fa43343626242e91", + "reference": "580737eff27e48c1924bc019fa43343626242e91", "shasum": "" }, "require": { @@ -4589,9 +4589,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.10" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.11" }, - "time": "2022-02-09T11:57:45+00:00" + "time": "2022-02-23T15:14:45+00:00" }, { "name": "phpstan/phpstan-phpunit",