diff --git a/composer.json b/composer.json index 09d0397c9f..418fb9addc 100644 --- a/composer.json +++ b/composer.json @@ -95,10 +95,16 @@ "prompt": "Would you like to install sessions support?", "module": true }, + { + "name": "phpunit/phpunit", + "constraint": "^7.5.12 || ^6.5.14 || ^5.7.14", + "prompt": "Would you like to install testing support?", + "dev": true + }, { "name": "zendframework/zend-test", "constraint": "^3.0.1", - "prompt": "Would you like to install MVC testing support?", + "prompt": "Would you like to install MVC testing tools for testing support?", "dev": true }, { diff --git a/composer.lock b/composer.lock index 167f0e4095..5c40755f64 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7416b3013f769a912f5c3850e4581629", + "content-hash": "2ec0c8035714db56f3a0a5f83836151e", "packages": [ { "name": "container-interop/container-interop",