From ac10272b88ed80aec1c7ac61f05d977070115d41 Mon Sep 17 00:00:00 2001 From: Richard Klees Date: Thu, 7 Dec 2023 21:51:12 +0100 Subject: [PATCH] Composer: Add phpunit/phpunit as dependency #6733 This PR adds `phpunit/phpunit` as composer dependency. Usage: * We use it to run unit tests. Wrapped By: * Not applicable, provides the binary and classes for test management. Reasoning: * Its the standard PHP testing framework. Maintenance: * Won't go away any time soon. Links: * Documentation: https://phpunit.de --- composer_new.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer_new.json b/composer_new.json index 9aa721d9d880..5a902c4b561d 100755 --- a/composer_new.json +++ b/composer_new.json @@ -46,6 +46,7 @@ "ext-imagick": "*", }, "require-dev": { + "phpunit/phpunit": "^10.5", }, "autoload": { "psr-4" : {