Add required php extensions to composer.json
authorChristian Weiske <cweiske@cweiske.de>
Mon, 6 Mar 2023 20:19:50 +0000 (21:19 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 6 Mar 2023 20:19:50 +0000 (21:19 +0100)
composer.json
composer.lock

index 040c1739ab8eccfab90c80251c969eb77bc46d05..d0ecad09637e786b0635345c234f04777e684f50 100644 (file)
@@ -1,5 +1,10 @@
 {
+    "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",
index 179e1d04fea58d9873e663e3061a931785ee69b2..a450c0522db3e34a920add41709914b5114799d9 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "7b7ba20b963c1b3be2aec1ed351f1cb4",
+    "content-hash": "e6dec87fbc8da28408e2ae45e0205e1c",
     "packages": [
         {
             "name": "pear/console_commandline",
     "stability-flags": [],
     "prefer-stable": false,
     "prefer-lowest": false,
-    "platform": [],
+    "platform": {
+        "ext-gearman": "^2",
+        "ext-pdo": "*"
+    },
     "platform-dev": [],
     "plugin-api-version": "2.3.0"
 }