From 90791501e89f677526d5af0bed05983a886f32e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 05:06:01 +0000 Subject: [PATCH] Bump phpstan/phpstan Bumps the tools_phpstan_dependencies group in /tools/02_phpstan with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `phpstan/phpstan` from 2.1.11 to 2.1.12 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.1.11...2.1.12) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.12 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/02_phpstan/composer.json b/tools/02_phpstan/composer.json index 9c22ca21f..0f2d1fb18 100644 --- a/tools/02_phpstan/composer.json +++ b/tools/02_phpstan/composer.json @@ -6,7 +6,7 @@ "php": "^8.4.0" }, "require-dev": { - "phpstan/phpstan": "2.1.11", + "phpstan/phpstan": "2.1.12", "phpstan/phpstan-deprecation-rules": "2.0.1", "phpstan/phpstan-phpunit": "2.0.6", "phpstan/phpstan-symfony": "2.0.4", diff --git a/tools/02_phpstan/composer.lock b/tools/02_phpstan/composer.lock index 2e9902694..d18f2c617 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": "a9a2758124dba24bd802781ee45ca2d8", + "content-hash": "c48c72af12027cc928532d3dc9249d3e", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.11", + "version": "2.1.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30" + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30", - "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", "shasum": "" }, "require": { @@ -63,7 +63,7 @@ "type": "github" } ], - "time": "2025-03-24T13:45:00+00:00" + "time": "2025-04-16T13:19:18+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1145,9 +1145,9 @@ "platform": { "php": "^8.4.0" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.4.5" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }