From 76547129296bfeaab5879347207a09eae12aa3f8 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 18 Mar 2024 10:24:39 +0100 Subject: [PATCH] Pin PHPStan and update Prophecy to fix issues This is to include a couple of PRs pending release: * https://github.com/Jan0707/phpstan-prophecy/pull/328 * https://github.com/phpspec/prophecy-phpunit/pull/63 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 49db3945..72e322dd 100644 --- a/composer.json +++ b/composer.json @@ -39,11 +39,11 @@ }, "require-dev": { "facile-it/facile-coding-standard": "^1.0", - "jangregor/phpstan-prophecy": "^1.0.0", + "jangregor/phpstan-prophecy": "dev-master as 1.1.0", "phpspec/prophecy": "dev-master as 1.19", - "phpspec/prophecy-phpunit": "dev-master as 2.2.0", + "phpspec/prophecy-phpunit": "dev-master#0604e27 as 2.2.1", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.10.4", + "phpstan/phpstan": "1.10.62", "phpstan/phpstan-phpunit": "^1.1", "phpunit/php-invoker": "^4.0||^5.0", "psalm/plugin-phpunit": "^0.18",