From 953f3d49cdc604365bd4b37be6c7b2362f7f60fd Mon Sep 17 00:00:00 2001 From: dlopez-akalam Date: Fri, 5 Mar 2021 13:07:51 +0100 Subject: [PATCH] Add a suggestion on phpspec/prophecy-phpunit when using phpunit 9 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 4a621182d52..08c6c586c93 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,8 @@ "symfony/lock": "^4.4", "symfony/phpunit-bridge": "^5.1.4", "symfony/var-dumper": "^5.1.2" + }, + "suggest": { + "phpspec/prophecy-phpunit": "Drupal requires Prophecy PhpUnit when using PHPUnit 9. Please use 'composer require --dev phpspec/prophecy-phpunit:^2' to ensure that it is present.", } }