From a15ba1db9c549022b851dd142a1597e0ccdc5c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:01:45 +0000 Subject: [PATCH] Update jangregor/phpstan-prophecy requirement from ^1.0.2 to ^2.0.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/1.0.2...2.0.0) --- 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 b57258c..e62dcde 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "vlucas/phpdotenv": "^5.6" }, "require-dev": { - "jangregor/phpstan-prophecy": "^1.0.2", + "jangregor/phpstan-prophecy": "^2.0.0", "phpspec/prophecy-phpunit": "^2.2", "phpstan/extension-installer": "^1.4.2", "phpunit/phpunit": "^9.6.17",