From 093c737eae37650e0af9f48035a162becc6bae85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:41:29 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.12.8 --- api/composer.json | 2 +- api/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/composer.json b/api/composer.json index 8b683f0820f..3f8ecd12375 100644 --- a/api/composer.json +++ b/api/composer.json @@ -57,7 +57,7 @@ "justinrainbow/json-schema": "6.0.0", "php-coveralls/php-coveralls": "2.7.0", "phpspec/prophecy-phpunit": "2.2", - "phpstan/phpstan": "1.12.7", + "phpstan/phpstan": "1.12.8", "phpunit/phpunit": "10.5.31", "rector/rector": "1.2.9", "psalm/phar": "5.26.1", diff --git a/api/composer.lock b/api/composer.lock index 5763e86ac6c..ccddbb15529 100644 --- a/api/composer.lock +++ b/api/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": "85bf56b53cddc6d878289653aff50026", + "content-hash": "1ec5c6d58c3ee06eb83e09cfb22d5211", "packages": [ { "name": "api-platform/core", @@ -11864,16 +11864,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "1.12.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", + "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", "shasum": "" }, "require": { @@ -11918,7 +11918,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-11-06T19:06:49+00:00" }, { "name": "phpunit/php-code-coverage",