X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/1979dce952f8274c18ed7f662318f27aadf6c01a..b7bd33c14a0e1fa8a382a6c4345941e854b95bf2:/composer.json diff --git a/composer.json b/composer.json index 0511c40..040c173 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,10 @@ "pear/console_commandline": "^1.2", "pear/net_url2": "^2.2", "twig/twig": "^1.0", - "pear/http_request2": "^2.3" + "pear/http_request2": "^2.3", + "pear/http2": "^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" } }