From 9f742cbb0174aa5ad7a36e680c25d9eb8e5f57d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 12:17:58 +0000 Subject: [PATCH] chore(deps-dev): Bump phpstan/phpstan from 2.1.6 to 2.1.15 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.1.6 to 2.1.15. - [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/2.1.6...2.1.15) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 779a749..d77333c 100644 --- a/composer.lock +++ b/composer.lock @@ -2273,16 +2273,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.6", + "version": "2.1.15", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" + "reference": "402d11c1aa40ae2e1c3a512e6a4edb957527b20b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/402d11c1aa40ae2e1c3a512e6a4edb957527b20b", + "reference": "402d11c1aa40ae2e1c3a512e6a4edb957527b20b", "shasum": "" }, "require": { @@ -2327,7 +2327,7 @@ "type": "github" } ], - "time": "2025-02-19T15:46:42+00:00" + "time": "2025-05-14T11:16:08+00:00" }, { "name": "phpunit/php-code-coverage",