From 366020da2e5047aea76ea6c6824dbc401ee42feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:01:00 +0000 Subject: [PATCH] composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.29 to 1.3.31 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.29 to 1.3.31. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.29...1.3.31) --- 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 | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 4907f4d8..7d606275 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.9.7", "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-doctrine": "^1.3.29", + "phpstan/phpstan-doctrine": "^1.3.31", "phpstan/phpstan-phpunit": "^1.3.3", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.27", diff --git a/composer.lock b/composer.lock index a3b3ae2d..28ca54f0 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": "1022e4a57e102ffa40196b7293af9855", + "content-hash": "4031d5caf82ca16377a3c6920c1d6be7", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4409,16 +4409,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.7", + "version": "1.9.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f" + "reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f", - "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97", + "reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97", "shasum": "" }, "require": { @@ -4448,7 +4448,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.7" + "source": "https://github.com/phpstan/phpstan/tree/1.9.8" }, "funding": [ { @@ -4464,7 +4464,7 @@ "type": "tidelift" } ], - "time": "2023-01-04T21:59:57+00:00" + "time": "2023-01-08T21:26:18+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -4516,16 +4516,16 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.29", + "version": "1.3.31", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3" + "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3", - "reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ed1a207922cc963430d61aa87eac63ceb51f8504", + "reference": "ed1a207922cc963430d61aa87eac63ceb51f8504", "shasum": "" }, "require": { @@ -4540,6 +4540,7 @@ "doctrine/persistence": "<1.3" }, "require-dev": { + "composer/semver": "^3.3.2", "doctrine/annotations": "^1.11.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7 || ^3.0", @@ -4579,9 +4580,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.29" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.31" }, - "time": "2023-01-04T21:51:32+00:00" + "time": "2023-01-08T19:57:59+00:00" }, { "name": "phpstan/phpstan-phpunit",