From fcbee73898250b4e621eec73db89c163ee6b37bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:58:16 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.11.1 --- 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 bc85414d09..0394845e81 100644 --- a/api/composer.json +++ b/api/composer.json @@ -52,7 +52,7 @@ "hautelook/alice-bundle": "2.13.0", "justinrainbow/json-schema": "5.2.13", "php-coveralls/php-coveralls": "2.7.0", - "phpstan/phpstan": "1.11.0", + "phpstan/phpstan": "1.11.1", "phpunit/phpunit": "10.5.20", "rector/rector": "1.0.5", "spatie/phpunit-snapshot-assertions": "5.1.6", diff --git a/api/composer.lock b/api/composer.lock index d710dbe2b6..d48e851b7d 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": "ed567cc8a699d67311e2f02545bc59e0", + "content-hash": "a6c747e81620b4eb522dcb1978bdc6a0", "packages": [ { "name": "api-platform/core", @@ -11745,16 +11745,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e" + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b", + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b", "shasum": "" }, "require": { @@ -11799,7 +11799,7 @@ "type": "github" } ], - "time": "2024-05-13T06:02:22+00:00" + "time": "2024-05-15T08:00:59+00:00" }, { "name": "phpunit/php-code-coverage",