From a3aa7a659fc641ea179aa4d0a929ad5af8629b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 03:21:23 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 0.12.30 to 0.12.31 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.30 to 0.12.31. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.30...0.12.31) Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index cf78ba76c..7f8dd7d7a 100644 --- a/composer.lock +++ b/composer.lock @@ -11546,16 +11546,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.30", + "version": "0.12.31", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7" + "reference": "2486f59ca63860c0da66bdcf7fd74ba2914d43b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c4b910638ef416ad336aca596b4551a2db10b5f7", - "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/2486f59ca63860c0da66bdcf7fd74ba2914d43b5", + "reference": "2486f59ca63860c0da66bdcf7fd74ba2914d43b5", "shasum": "" }, "require": { @@ -11571,7 +11571,7 @@ }, "require-dev": { "doctrine/annotations": "^1.11.0", - "doctrine/collections": "^1.0", + "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", "doctrine/dbal": "^2.11.0", "doctrine/mongodb-odm": "^1.3 || ^2.1", @@ -11606,7 +11606,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2021-01-18T13:00:10+00:00" + "time": "2021-02-09T14:57:13+00:00" }, { "name": "phpstan/phpstan-phpunit",