diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2020-03-05 21:26:10 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2020-03-05 21:26:10 +0100 |
| commit | 5a0765445cb88f5727b0df31e64b5bed1c21cc1c (patch) | |
| tree | 9fb4fa04ad741e78a65963a82648765d7b45361b /composer.json | |
| parent | d0bd8743b248b291ba8a1656f225cb58cda4dea3 (diff) | |
| download | phinde-5a0765445cb88f5727b0df31e64b5bed1c21cc1c.tar.gz phinde-5a0765445cb88f5727b0df31e64b5bed1c21cc1c.zip | |
Install phpunit
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index ac5e66e..040c173 100644 --- a/composer.json +++ b/composer.json @@ -5,5 +5,8 @@ "twig/twig": "^1.0", "pear/http_request2": "^2.3", "pear/http2": "^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" } } |
