From cc37acedc58caac878752f31e70c23227db23903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:22:39 +0100 Subject: [PATCH] qa: require `symfony/console` with at least v6 for phpunit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids us to mock method return values due to the lack of native return types. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e87d2eb..6fdf6316 100644 --- a/composer.json +++ b/composer.json @@ -54,6 +54,7 @@ "phpbench/phpbench": "^1.2.7", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", + "symfony/console": "^6.0", "vimeo/psalm": "^5.0.0" }, "provide": { diff --git a/composer.lock b/composer.lock index 11672fd5..3e4fa2df 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2fd7bfaba865cff9497d9ab6a7ed3a92", + "content-hash": "7bba09ab6e84159c92c4425f2bfe37a3", "packages": [ { "name": "laminas/laminas-stdlib",