From 5367bdb70f8b848d390f5963ba2e7cdc6a2c8176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:03:34 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-doctrine from 1.1.0 to 1.1.1 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.1.0...1.1.1) --- 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 c26925f4..be0b33f5 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.2", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-doctrine": "^1.1.0", + "phpstan/phpstan-doctrine": "^1.1.1", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.12", diff --git a/composer.lock b/composer.lock index 234b3e69..df3f371e 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": "13a75a02ca0fe68b832e872b04a4d9dd", + "content-hash": "d127aa95fe96c7c51df853558fd8d4d9", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4518,16 +4518,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "6c7d28ae4a022f99cb30cac322dba44e39611e36" + "reference": "830789b82e7e0fadbeca9ad55e7fb62c43fb69d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/6c7d28ae4a022f99cb30cac322dba44e39611e36", - "reference": "6c7d28ae4a022f99cb30cac322dba44e39611e36", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/830789b82e7e0fadbeca9ad55e7fb62c43fb69d1", + "reference": "830789b82e7e0fadbeca9ad55e7fb62c43fb69d1", "shasum": "" }, "require": { @@ -4583,9 +4583,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.1.0" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.1.1" }, - "time": "2022-01-16T10:53:12+00:00" + "time": "2022-01-19T07:18:34+00:00" }, { "name": "phpstan/phpstan-phpunit",