Add required php extensions to composer.json
[phinde.git] / composer.json
index 0511c408500b83ce36ba5f81b5ea3656851c47d2..d0ecad09637e786b0635345c234f04777e684f50 100644 (file)
@@ -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"
     }
 }