From 3263fe9dcb5be49472f50bdf2ad4a22200619f00 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Sun, 4 Feb 2024 23:27:53 +0100 Subject: [PATCH] Require phpspec/prophecy#616 and phpspec/prophecy-phpunit#59 to finally allow PHPUnit 11 --- composer.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eef54020..2dc983c9 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,8 @@ "require-dev": { "facile-it/facile-coding-standard": "^1.0", "jangregor/phpstan-prophecy": "^1.0.0", - "phpspec/prophecy": "dev-master as 1.18", - "phpspec/prophecy-phpunit": "dev-master as 2.2.0", + "phpspec/prophecy": "dev-allow-phpunit-11 as 1.19", + "phpspec/prophecy-phpunit": "dev-allow-phpunit-11 as 2.2.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.10.4", "phpstan/phpstan-phpunit": "^1.1", @@ -53,6 +53,16 @@ "symfony/phpunit-bridge": "^6.4||^7.0", "vimeo/psalm": "^5.5.0" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/jean85/prophecy-phpunit" + }, + { + "type": "vcs", + "url": "https://github.com/jean85/prophecy" + } + ], "conflict": { "composer/package-versions-deprecated": "<1.11.99" },