X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/5a0765445cb88f5727b0df31e64b5bed1c21cc1c..bebb15613130e676fb7cc1cb4cf83f605d44c6dc:/composer.json diff --git a/composer.json b/composer.json index 040c173..55a3510 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,15 @@ { + "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/http2": "^1.1" + "pear/http2": "^2.0" }, "require-dev": { "phpunit/phpunit": "^9.0"