From 2a19386dbacd02456be9ce168a4c7c87ba7a9028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:11:41 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.32 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.30 | 1.10.32 | --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1c9afe976..a8457f2d1 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ ], "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.10.30", + "phpstan/phpstan": "^1.10.32", "phpstan/phpstan-phpunit": "^1.3.13", "phpunit/phpunit": "^10.3.2", "vimeo/psalm": "5.15.0", diff --git a/composer.lock b/composer.lock index 8f6e292bd..0d527af50 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": "a6a55fb68da3bf2d130a63306bc3c801", + "content-hash": "6c4f44af03b966a9b3fa68ce301a8cde", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -1964,16 +1964,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.30", + "version": "1.10.32", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2910afdd3fe33e5afd71c09f3fb0d0845b48c410" + "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2910afdd3fe33e5afd71c09f3fb0d0845b48c410", - "reference": "2910afdd3fe33e5afd71c09f3fb0d0845b48c410", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44", + "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44", "shasum": "" }, "require": { @@ -2022,7 +2022,7 @@ "type": "tidelift" } ], - "time": "2023-08-22T13:48:25+00:00" + "time": "2023-08-24T21:54:50+00:00" }, { "name": "phpstan/phpstan-phpunit",