From c2e4e3db51fa2a592a3d4cc7973e0d92a8be9cf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 06:07:48 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.36 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.35 | 1.10.36 | --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 542f9c4a..684bb1fe 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "doctrine/coding-standard": "^12.0.0", "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.10.35", + "phpstan/phpstan": "^1.10.36", "phpunit/phpunit": "^10.3.5", "roave/infection-static-analysis-plugin": "^1.33", "vimeo/psalm": "^5.15" diff --git a/composer.lock b/composer.lock index bca0e198..594e5854 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": "9bcceb873b535ce67d85cce5b893dbfa", + "content-hash": "a086663db1bf246167e492c47a3014b9", "packages": [ { "name": "nikic/php-parser", @@ -2792,16 +2792,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.35", + "version": "1.10.36", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3" + "reference": "ffa3089511121a672e62969404e4fddc753f9b15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffa3089511121a672e62969404e4fddc753f9b15", + "reference": "ffa3089511121a672e62969404e4fddc753f9b15", "shasum": "" }, "require": { @@ -2850,7 +2850,7 @@ "type": "tidelift" } ], - "time": "2023-09-19T15:27:56+00:00" + "time": "2023-09-29T14:07:45+00:00" }, { "name": "phpunit/php-code-coverage",