From 410135aca1c07409f5909b44dc144bb2c3644645 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 10 Apr 2021 11:14:28 +0200 Subject: Install phpunit with composer. --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f1b2b47..c393ec2 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,7 @@ "email": "andrea.chirulescu@gmail.com" } ], - "require": {} + "require-dev": { + "phpunit/phpunit": "^9.5" + } } -- cgit v1.2.3