From bb0ee43f5c62e5c06558d628a6e77fd3ed4f9f63 Mon Sep 17 00:00:00 2001 From: Violinist bot Date: Thu, 24 Aug 2023 15:14:39 +0000 Subject: [PATCH] Update phpstan/phpstan --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 4b574a679cbf..837aa4044cca 100644 --- a/composer.lock +++ b/composer.lock @@ -6030,16 +6030,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.2", + "version": "1.10.31", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a2ffec7db373d8da4973d1d62add872db5cd22dd" + "reference": "c0eb159b598e2b637cbd52840e3d08f28d25dd47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2ffec7db373d8da4973d1d62add872db5cd22dd", - "reference": "a2ffec7db373d8da4973d1d62add872db5cd22dd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c0eb159b598e2b637cbd52840e3d08f28d25dd47", + "reference": "c0eb159b598e2b637cbd52840e3d08f28d25dd47", "shasum": "" }, "require": { @@ -6068,8 +6068,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.10.2" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -6085,7 +6088,7 @@ "type": "tidelift" } ], - "time": "2023-02-23T14:36:46+00:00" + "time": "2023-08-24T14:26:09+00:00" }, { "name": "phpunit/php-code-coverage",