From e7270f1b9fde3c932a3fff86f60694f758048534 Mon Sep 17 00:00:00 2001 From: Thomas Flori Date: Fri, 11 Mar 2022 16:38:29 +0100 Subject: [PATCH] define phpunit as requirement This way composer can decide what version of this package has to be installed. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f1d016..1a4db71 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ } ], "require": { + "phpunit/phpunit": "~9.0" }, "require-dev": { - "phpunit/phpunit": "~9.0", "friendsofphp/php-cs-fixer": "^2.14" }, "autoload": {