From 3c25b67958dab466c1adb7ce4951a706d0a28161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:42:50 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.20 to 2.1.41 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.20 to 2.1.41. - [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.20...2.1.41) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.41 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 ++++++----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 9338355..acc04e5 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "phpgt/promise": "^2.0" }, "require-dev": { - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^10.1", "phpmd/phpmd": "^2.13", "squizlabs/php_codesniffer": "^3.7" diff --git a/composer.lock b/composer.lock index 1fd6a39..d27322d 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": "e3a2a09974f94992d8370292ce7f8fb1", + "content-hash": "7d262940cefeaf5899ae42830986181f", "packages": [ { "name": "phpgt/promise", @@ -594,20 +594,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.20", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7" - }, + "version": "2.1.41", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3240b1972042c7f73cf1045e879ea5bd5f761bb7", - "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2eae8f20856b3afe74bf1f9726ce8c11438e300", + "reference": "a2eae8f20856b3afe74bf1f9726ce8c11438e300", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -648,7 +643,7 @@ "type": "github" } ], - "time": "2025-03-05T13:37:43+00:00" + "time": "2026-03-16T18:24:10+00:00" }, { "name": "phpunit/php-code-coverage",