From ed6f0cd914a46779997d482038b29f92ed815953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:52:48 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.13 to 2.1.6 in /tools/phpstan Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.13 to 2.1.6. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.13...2.1.6) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- tools/phpstan/composer.json | 2 +- tools/phpstan/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index c769c6c..135d6c0 100644 --- a/tools/phpstan/composer.json +++ b/tools/phpstan/composer.json @@ -2,7 +2,7 @@ "name": "coduo/php-matcher-tools", "description": "Coduo PHP Matcher - Tools", "require-dev": { - "phpstan/phpstan": "^1.1.2" + "phpstan/phpstan": "^2.1.6" }, "config": { "allow-plugins": false, diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index a3c50ec..77fbf92 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -4,25 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6dce68ff747751da09a0bef180230897", + "content-hash": "89a9efa8bd0a1db306866fba7058da3a", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.13", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f" + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b469068840cfa031e1deaf2fa1886d00e20680f", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -63,7 +63,7 @@ "type": "github" } ], - "time": "2024-12-17T17:00:20+00:00" + "time": "2025-02-19T15:46:42+00:00" } ], "aliases": [], @@ -76,5 +76,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }