From 552c23c2fe8c5fe149a605df591c3dbd7569f0e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:16:40 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.11.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.11.0 | 1.11.1 | --- tools/composer.json | 2 +- tools/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/composer.json b/tools/composer.json index 382a1c110..4a389eb9d 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,7 +1,7 @@ { "require": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.11.0", + "phpstan/phpstan": "^1.11.1", "phpstan/phpstan-phpunit": "^1.4.0", "vimeo/psalm": "^5.24.0", "roave/backward-compatibility-check": "^8.7.0", diff --git a/tools/composer.lock b/tools/composer.lock index e254d05dd..27fd5bf00 100644 --- a/tools/composer.lock +++ b/tools/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": "2ead79ecd009aab6fec29b85f43d2807", + "content-hash": "08624e27e74fe9cca7fd9fce4510266b", "packages": [ { "name": "amphp/amp", @@ -2367,16 +2367,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": { @@ -2421,7 +2421,7 @@ "type": "github" } ], - "time": "2024-05-13T06:02:22+00:00" + "time": "2024-05-15T08:00:59+00:00" }, { "name": "phpstan/phpstan-phpunit",