X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/1979dce952f8274c18ed7f662318f27aadf6c01a..aee0575ffde686767da37561d182dac832e0562f:/composer.json diff --git a/composer.json b/composer.json index 0511c40..d0ecad0 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,17 @@ { + "name": "cweiske/phinde", + "description": "Self-hosted search engine", + "license": "AGPL-3.0-only", "require": { + "ext-gearman": "^2", + "ext-pdo": "*", "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" } }