From b6ae83d798b9aefd6836a30e75b8d4c1519974c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:05:33 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.32 to 2.2.8 in /tools/phpstan Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) from 1.12.32 to 2.2.8. - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/phpstan/composer.json | 2 +- tools/phpstan/composer.lock | 27 +++++++++++++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index 6af58cea..8d3c079b 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.2.8" }, "config": { "allow-plugins": false diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index d03eb671..4486d09e 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": "b48c63ecf968657921e3d78d2c63c4dc", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.32", + "version": "2.2.8", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", - "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e285254e60f33c21902efef4a926ca0987c06804", + "reference": "e285254e60f33c21902efef4a926ca0987c06804", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -36,6 +36,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -58,7 +69,7 @@ "type": "github" } ], - "time": "2025-09-30T10:16:31+00:00" + "time": "2026-08-04T22:21:45+00:00" } ], "aliases": [], @@ -68,7 +79,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" + "plugin-api-version": "2.9.0" }