From 2f33ff25c32f3b180079e35a07050eb2a531da2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:59:37 +0000 Subject: [PATCH] build(deps-dev): bump phpstan/phpstan from 1.12.24 to 2.1.47 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.24 to 2.1.47. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.2.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.24...2.1.47) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.47 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 1f825ca..b3f8c06 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=8.3" }, "require-dev": { - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^12.1", "phpmd/phpmd": "^2.13", "squizlabs/php_codesniffer": "^3.7" diff --git a/composer.lock b/composer.lock index f59a31a..b9a4c9a 100644 --- a/composer.lock +++ b/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": "9b2069a854211f3c664ba00e47979884", + "content-hash": "b3e5987d0849886c2644fe1453e6aa23", "packages": [], "packages-dev": [ { @@ -536,20 +536,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.24", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "338b92068f58d9f8035b76aed6cf2b9e5624c025" - }, + "version": "2.1.47", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/338b92068f58d9f8035b76aed6cf2b9e5624c025", - "reference": "338b92068f58d9f8035b76aed6cf2b9e5624c025", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/79015445d8bd79e62b29140f12e5bfced1dcca65", + "reference": "79015445d8bd79e62b29140f12e5bfced1dcca65", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -590,7 +585,7 @@ "type": "github" } ], - "time": "2025-04-16T13:01:53+00:00" + "time": "2026-04-13T15:49:08+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2737,5 +2732,5 @@ "php": ">=8.3" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }