From 297e8101d7fad260e5eae18193e5b02c8e9949db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:03:56 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-doctrine from 1.0.2 to 1.0.4 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.0.2...1.0.4) --- 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 | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 28fd0f94..7675d0a4 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-doctrine": "^1.0.2", + "phpstan/phpstan-doctrine": "^1.0.4", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.11", diff --git a/composer.lock b/composer.lock index 9b1064f6..a01eefc2 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": "b1be72282b4d4589427b5d08ad4fc186", + "content-hash": "b88e5163501ac89411eb197d9d4502c2", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4511,21 +4511,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.0.2", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "8805ca71119c736606be39ad6284a0cfddb89127" + "reference": "251d9556737b01ec9bb01afa540550de04fa595b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8805ca71119c736606be39ad6284a0cfddb89127", - "reference": "8805ca71119c736606be39ad6284a0cfddb89127", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/251d9556737b01ec9bb01afa540550de04fa595b", + "reference": "251d9556737b01ec9bb01afa540550de04fa595b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^1.0" + "phpstan/phpstan": "^1.3" }, "conflict": { "doctrine/collections": "<1.0", @@ -4538,17 +4538,19 @@ "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", - "doctrine/dbal": "^2.13.1", + "doctrine/dbal": "^2.13.7", + "doctrine/lexer": "^1.2.1", "doctrine/mongodb-odm": "^1.3 || ^2.1", - "doctrine/orm": "^2.9.1", + "doctrine/orm": "^2.11.0", "doctrine/persistence": "^1.1 || ^2.0", "nesbot/carbon": "^2.49", - "nikic/php-parser": "^4.13.0", + "nikic/php-parser": "^4.13.2", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", - "ramsey/uuid-doctrine": "^1.5.0" + "phpunit/phpunit": "^9.5.10", + "ramsey/uuid-doctrine": "^1.5.0", + "symfony/cache": "^4.4.35" }, "type": "phpstan-extension", "extra": { @@ -4574,9 +4576,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.0.2" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.0.4" }, - "time": "2021-11-24T08:26:25+00:00" + "time": "2022-01-16T07:46:10+00:00" }, { "name": "phpstan/phpstan-phpunit",