From 017020e577cfe249623bc35160bde99eeb9cd585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:51:59 +0000 Subject: [PATCH] composer: bump phpstan/phpstan from 2.0.x-dev to 2.1.22 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.0.x-dev to 2.1.22. - [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/commits/2.1.22) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.22 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 151d1b1..c5a16f1 100644 --- a/composer.lock +++ b/composer.lock @@ -2083,16 +2083,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.0.x-dev", + "version": "2.1.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "73d595f3ea48e9ef9635bbdc8dcfe8c4ffb5e032" + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/73d595f3ea48e9ef9635bbdc8dcfe8c4ffb5e032", - "reference": "73d595f3ea48e9ef9635bbdc8dcfe8c4ffb5e032", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", "shasum": "" }, "require": { @@ -2101,7 +2101,6 @@ "conflict": { "phpstan/phpstan-shim": "*" }, - "default-branch": true, "bin": [ "phpstan", "phpstan.phar" @@ -2138,7 +2137,7 @@ "type": "github" } ], - "time": "2024-09-28T11:13:38+00:00" + "time": "2025-08-04T19:17:37+00:00" }, { "name": "phpunit/php-code-coverage",