From d8f07d89931ffa1959f520b7cdd95c0d62cd51e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:45:05 +0000 Subject: [PATCH] Update jangregor/phpstan-prophecy requirement from ^1.0.0 to ^1.0.2 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/1.0.0...1.0.2) --- updated-dependencies: - dependency-name: jangregor/phpstan-prophecy 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 b74219b9..a8dd86f2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "slim/slim": "^4.12" }, "require-dev": { - "jangregor/phpstan-prophecy": "^1.0.0", + "jangregor/phpstan-prophecy": "^1.0.2", "phpspec/prophecy-phpunit": "^2.2", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10",