From 33c4771df474794f08cc476adc9918132ebc4601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:06:58 +0000 Subject: Bump phpstan/phpstan-doctrine from 1.3.12 to 1.3.13 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.12 to 1.3.13. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.12...1.3.13) --- 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 | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3950e2330..b865e8e12 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpunit/phpunit": "9.5.*", "squizlabs/php_codesniffer": "^3.7.1", "phpstan/phpstan": "^1.8.4", - "phpstan/phpstan-doctrine": "^1.3.12", + "phpstan/phpstan-doctrine": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.4.3", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/extension-installer": "^1.1.0", diff --git a/composer.lock b/composer.lock index 294a1160e..e23736516 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": "0b2d146e8281a1196a8b136a979ad837", + "content-hash": "09b22ea2b4273c529891cf2d3de839f2", "packages": [ { "name": "arthurhoaro/favicon", @@ -1158,21 +1158,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.12", + "version": "1.3.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "c5ec462889f3bcee32be57ff26f775295836c173" + "reference": "62a3b4252d502f0ead9c145055947b38b8568498" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c5ec462889f3bcee32be57ff26f775295836c173", - "reference": "c5ec462889f3bcee32be57ff26f775295836c173", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62a3b4252d502f0ead9c145055947b38b8568498", + "reference": "62a3b4252d502f0ead9c145055947b38b8568498", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.8.0" + "phpstan/phpstan": "^1.8.3" }, "conflict": { "doctrine/collections": "<1.0", @@ -1190,6 +1190,7 @@ "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.11.0", "doctrine/persistence": "^1.3.8 || ^2.2.1", + "gedmo/doctrine-extensions": "^3.8", "nesbot/carbon": "^2.49", "nikic/php-parser": "^4.13.2", "php-parallel-lint/php-parallel-lint": "^1.2", @@ -1220,9 +1221,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.12" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.13" }, - "time": "2022-08-08T18:06:58+00:00" + "time": "2022-09-06T14:54:00+00:00" }, { "name": "phpstan/phpstan-phpunit", -- cgit v1.2.3