From 9fe059fec18e6413c336e31e4d45de01f51ff396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 03:20:34 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 0.12.28 to 0.12.30 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.28 to 0.12.30. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.28...0.12.30) Signed-off-by: dependabot[bot] --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 6bf3d13b5..e38f42352 100644 --- a/composer.lock +++ b/composer.lock @@ -11545,16 +11545,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.28", + "version": "0.12.30", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb" + "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/723ed14e8f4fbdfa8c0fd7d9601f176444a004eb", - "reference": "723ed14e8f4fbdfa8c0fd7d9601f176444a004eb", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c4b910638ef416ad336aca596b4551a2db10b5f7", + "reference": "c4b910638ef416ad336aca596b4551a2db10b5f7", "shasum": "" }, "require": { @@ -11572,6 +11572,7 @@ "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.0", "doctrine/common": "^2.7 || ^3.0", + "doctrine/dbal": "^2.11.0", "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.5", "doctrine/persistence": "^1.1 || ^2.0", @@ -11604,7 +11605,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2021-01-14T10:53:06+00:00" + "time": "2021-01-18T13:00:10+00:00" }, { "name": "phpstan/phpstan-phpunit",