From 8d66f60156ec3ab13c068c856686c6daaedd285b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:53:42 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.27 to 2.2.4 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.27 to 2.2.4. - [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.27...2.2.4) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 ++++++++++++++++++------------ 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 92bbfd2..4ca5273 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.2" }, "require-dev": { - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.10 || ^2.0" }, "scripts": { "lint": "@php .github/scripts/lint.php", diff --git a/composer.lock b/composer.lock index c29cc22..01e7924 100644 --- a/composer.lock +++ b/composer.lock @@ -4,25 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4898284d608fd5f9a3582d0be64c7c4e", + "content-hash": "dca4c2088da91aa75097f7be3702b538", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.27", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162" - }, + "version": "2.2.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a6e423c076ab39dfedc307e2ac627ef579db162", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f0fe3fb03bb53ce68cc2416785b260e62226ec27", + "reference": "f0fe3fb03bb53ce68cc2416785b260e62226ec27", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -41,6 +36,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -63,7 +69,7 @@ "type": "github" } ], - "time": "2025-05-21T20:51:45+00:00" + "time": "2026-07-03T07:00:23+00:00" } ], "aliases": [], @@ -75,5 +81,5 @@ "php": "^8.2" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }