Do not use STDOUT and STDERR constants
[phinde.git] / composer.json
index 040c1739ab8eccfab90c80251c969eb77bc46d05..55a3510531607803b741e1df8b22f940fbd9f64c 100644 (file)
@@ -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"