From 2dd0f53c44323f75b8f2f7ca6824d4d1bc252c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Sun, 19 Mar 2023 10:30:59 +0100 Subject: [PATCH] feat(phpunit): require dev --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3a78973..b34dc32 100644 --- a/composer.json +++ b/composer.json @@ -40,5 +40,8 @@ "allow-plugins": { "topfloor/composer-cleanup-vcs-dirs": false } + }, + "require-dev": { + "phpunit/phpunit": "^10.0" } }