Skip to content

Commit 645ec66

Browse files
committed
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
1 parent cf0fbf0 commit 645ec66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"yiisoft/yii2-debug": "~2.1.0",
2424
"yiisoft/yii2-gii": "~2.2.0",
2525
"yiisoft/yii2-faker": "~2.0.0",
26-
"phpunit/phpunit": "~9.5.0",
2726
"codeception/codeception": "^5.0.0 || ^4.0",
2827
"codeception/lib-innerbrowser": "^4.0 || ^3.0 || ^1.1",
2928
"codeception/module-asserts": "^3.0 || ^1.1",

0 commit comments

Comments
 (0)