From 645ec663377730395311c089115844f52444356a Mon Sep 17 00:00:00 2001 From: Stefan Linke Date: Fri, 13 Oct 2023 21:08:54 +0200 Subject: [PATCH] Remove explicit phpunit/phpunit requirement phpunit is not explicitly required, all the included tests run with codeception, not phpunit (not directly, at least). Fixes #308 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 722fcba6..7819706f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "yiisoft/yii2-debug": "~2.1.0", "yiisoft/yii2-gii": "~2.2.0", "yiisoft/yii2-faker": "~2.0.0", - "phpunit/phpunit": "~9.5.0", "codeception/codeception": "^5.0.0 || ^4.0", "codeception/lib-innerbrowser": "^4.0 || ^3.0 || ^1.1", "codeception/module-asserts": "^3.0 || ^1.1",