From 3076b81350cf96aad0c41f1119310c3fcf3e888d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:48:34 +0000 Subject: [PATCH] Update jangregor/phpstan-prophecy requirement from 2.2.0 to 2.3.0 Updates the requirements on [jangregor/phpstan-prophecy](https://github.com/Jan0707/phpstan-prophecy) to permit the latest version. - [Release notes](https://github.com/Jan0707/phpstan-prophecy/releases) - [Changelog](https://github.com/Jan0707/phpstan-prophecy/blob/master/CHANGELOG.md) - [Commits](https://github.com/Jan0707/phpstan-prophecy/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: jangregor/phpstan-prophecy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0e6ee9f..0487d49 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require-dev": { "facile-it/facile-coding-standard": "^1.2", - "jangregor/phpstan-prophecy": "2.2.0", + "jangregor/phpstan-prophecy": "2.3.0", "phpspec/prophecy": "^1.18", "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.4",