From 387c4569662d4502a35bc3c902cdee646634d642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:05:39 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.32 to 2.1.32 in /tools/phpstan --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.32 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/phpstan/composer.json | 2 +- tools/phpstan/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index 6af58cea..88c53d03 100644 --- a/tools/phpstan/composer.json +++ b/tools/phpstan/composer.json @@ -3,7 +3,7 @@ "description": "Aeon PHP Calendar - Tools", "require-dev": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", - "phpstan/phpstan": "^1.1.2" + "phpstan/phpstan": "^2.1.32" }, "config": { "allow-plugins": false diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index d03eb671..8ce3b351 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ef919c74d453f1b6150932ead7e41719", + "content-hash": "0a0e718eb8fcc8dd66b99894dae069f6", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.32", + "version": "2.1.32", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", - "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e126cad1e30a99b137b8ed75a85a676450ebb227", + "reference": "e126cad1e30a99b137b8ed75a85a676450ebb227", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -58,7 +58,7 @@ "type": "github" } ], - "time": "2025-09-30T10:16:31+00:00" + "time": "2025-11-11T15:18:17+00:00" } ], "aliases": [], @@ -68,7 +68,7 @@ "prefer-lowest": false, "platform": {}, "platform-dev": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "plugin-api-version": "2.6.0" }