From f41faace1ebc7e9196015c75756958a6da1331af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 05:16:14 +0000 Subject: [PATCH] Chore(deps-dev): Bump the tools_phpstan_dependencies group Bumps the tools_phpstan_dependencies group in /tools/02_phpstan with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `phpstan/phpstan` from 1.10.50 to 1.10.55 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.50...1.10.55) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tools_phpstan_dependencies ... Signed-off-by: dependabot[bot] --- tools/02_phpstan/composer.json | 2 +- tools/02_phpstan/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/02_phpstan/composer.json b/tools/02_phpstan/composer.json index b9cdb3537..eba72cc4c 100644 --- a/tools/02_phpstan/composer.json +++ b/tools/02_phpstan/composer.json @@ -5,7 +5,7 @@ "php": "^8.3.0" }, "require-dev": { - "phpstan/phpstan": "1.10.50", + "phpstan/phpstan": "1.10.55", "phpstan/phpstan-phpunit": "1.3.15", "phpstan/phpstan-symfony": "1.3.6", "roave/security-advisories": "dev-latest" diff --git a/tools/02_phpstan/composer.lock b/tools/02_phpstan/composer.lock index 22b2dd33e..433e075d0 100644 --- a/tools/02_phpstan/composer.lock +++ b/tools/02_phpstan/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fa5b58d5306d9febd4050c4f50c03ad9", + "content-hash": "cddffa47e8c71a8399ac1be94480fd08", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.10.50", + "version": "1.10.55", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", "shasum": "" }, "require": { @@ -67,7 +67,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T10:59:42+00:00" + "time": "2024-01-08T12:32:40+00:00" }, { "name": "phpstan/phpstan-phpunit",