From 5afe8ed150fcba2ccc3da9ffe2124e10a576a21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 03:53:32 +0000 Subject: [PATCH] Bump phpstan/phpstan-doctrine from 0.12.25 to 0.12.26 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 0.12.25 to 0.12.26. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.25...0.12.26) Signed-off-by: dependabot[bot] --- composer.lock | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index c8173abc1..1eba8f1c2 100644 --- a/composer.lock +++ b/composer.lock @@ -11489,16 +11489,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.25", + "version": "0.12.26", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d" + "reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1d32c427a1d8687b86f0ce5dd9a42e312e51256d", - "reference": "1d32c427a1d8687b86f0ce5dd9a42e312e51256d", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/716ea5f101636cd6cf36bb7298a4fe8b62c6606d", + "reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d", "shasum": "" }, "require": { @@ -11513,20 +11513,18 @@ "doctrine/persistence": "<1.3" }, "require-dev": { - "consistence/coding-standard": "^3.10", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.0", "doctrine/common": "^2.7 || ^3.0", "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.5", "doctrine/persistence": "^1.1 || ^2.0", - "phing/phing": "^2.16.0", + "phing/phing": "^2.16.3", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0", - "ramsey/uuid-doctrine": "^1.5.0", - "slevomat/coding-standard": "^6.4" + "phpstan/phpstan-phpunit": "^0.12.16", + "phpstan/phpstan-strict-rules": "^0.12.5", + "phpunit/phpunit": "^7.5.20", + "ramsey/uuid-doctrine": "^1.5.0" }, "type": "phpstan-extension", "extra": { @@ -11550,7 +11548,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2020-11-26T10:07:28+00:00" + "time": "2020-12-13T11:58:47+00:00" }, { "name": "phpstan/phpstan-phpunit",