diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-04-10 11:14:28 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-04-10 11:14:28 +0200 |
commit | 410135aca1c07409f5909b44dc144bb2c3644645 (patch) | |
tree | ebd84d2fc309e09b5cffbe63c6e5a0a815e495c2 /composer.json | |
parent | ac26fb42f487af99140db71565f8407a597a7c81 (diff) | |
download | gigologadmin-410135aca1c07409f5909b44dc144bb2c3644645.tar.gz gigologadmin-410135aca1c07409f5909b44dc144bb2c3644645.tar.bz2 gigologadmin-410135aca1c07409f5909b44dc144bb2c3644645.zip |
Install phpunit with composer.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
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" + } } |