From 8990f37fb7e8c7e88c4e41944e69b7e956e58472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:52:16 +0000 Subject: [PATCH] Build(deps-dev): bump phpstan/phpstan-doctrine from 1.4.7 to 1.4.8 Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.4.7 to 1.4.8. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.7...1.4.8) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index dd48674..cead28f 100644 --- a/composer.lock +++ b/composer.lock @@ -7092,21 +7092,21 @@ }, { "name": "phpstan/phpstan-doctrine", - "version": "1.4.7", + "version": "1.4.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "3f2cb3d364851e54080277499a9a7c150364538d" + "reference": "fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3f2cb3d364851e54080277499a9a7c150364538d", - "reference": "3f2cb3d364851e54080277499a9a7c150364538d", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1", + "reference": "fa497c5cf8a3f9cd3db8cb4033daf5244793d3e1", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.11" + "phpstan/phpstan": "^1.11.7" }, "conflict": { "doctrine/collections": "<1.0", @@ -7158,9 +7158,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.7" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.8" }, - "time": "2024-07-12T20:28:45+00:00" + "time": "2024-07-16T11:31:01+00:00" }, { "name": "phpstan/phpstan-nette",