From 539a9ad7440b35b634c85c6460c2c15afbd708b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 01:17:04 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.16 to 2.1.6 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.16 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.16...2.1.6) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 15f9989f532..d2a77b50b17 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php-stubs/wordpress-stubs": "^6.0", "phpcompatibility/phpcompatibility-wp": "2.1.6", "phpdocumentor/reflection": "^3.0", - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^2.1", "roave/security-advisories": "dev-latest", "sirbrillig/phpcs-variable-analysis": "2.11.22", "wp-cli/export-command": "^2.0", diff --git a/composer.lock b/composer.lock index 5f9854ebb00..b49be20b566 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": "38508cfd56b1c92381dea8329cf7239a", + "content-hash": "558841ee4c3862dd7e07dbaa418c5459", "packages": [ { "name": "ampproject/amp-toolbox", @@ -3180,20 +3180,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.16", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e0bb5cb78545aae631220735aa706eac633a6be9" + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", - "reference": "e0bb5cb78545aae631220735aa706eac633a6be9", + "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": "*" @@ -3234,7 +3234,7 @@ "type": "github" } ], - "time": "2025-01-21T14:50:05+00:00" + "time": "2025-02-19T15:46:42+00:00" }, { "name": "phpunit/php-code-coverage",