From d4e6b27aad8b2e8066404463f314814054f32295 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 02:27:37 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 0.12.17 to 0.12.19 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.17 to 0.12.19. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.17...0.12.19) Signed-off-by: dependabot-preview[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index db2fd1a12..ca631dffd 100644 --- a/composer.lock +++ b/composer.lock @@ -11427,21 +11427,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.17", + "version": "0.12.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657" + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5eed42b2815f100f25bd45fe8c1a9b01f3e41657", - "reference": "5eed42b2815f100f25bd45fe8c1a9b01f3e41657", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", "shasum": "" }, "require": { - "php": "~7.1", - "phpstan/phpstan": "^0.12.26" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.33" }, "conflict": { "doctrine/collections": "<1.0", @@ -11452,7 +11452,7 @@ }, "require-dev": { "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/collections": "^1.0", "doctrine/common": "^2.7 || ^3.0", "doctrine/mongodb-odm": "^1.3 || ^2.1", @@ -11489,7 +11489,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2020-06-23T08:50:27+00:00" + "time": "2020-07-21T14:46:27+00:00" }, { "name": "phpstan/phpstan-phpunit",