]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Fix moving stored data
[friendica.git] / composer.json
index 5b304597345fd31c81009463ae1d62b59d2837c8..8ac4c37724941d27edae6b56fbaf43c3fb972b4b 100644 (file)
@@ -17,6 +17,7 @@
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-json": "*",
+               "ext-openssl": "*",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
@@ -42,7 +43,7 @@
                "npm-asset/fullcalendar": "^3.0.1",
                "npm-asset/cropperjs": "1.2.2",
                "npm-asset/imagesloaded": "4.1.4"
-    },
+       },
        "repositories": [
                {
                        "type": "vcs",
        "autoload": {
                "psr-4": {
                        "Friendica\\": "src/",
-                       "Friendica\\Test\\": "tests/"
+                       "Friendica\\Test\\": "tests/",
+                       "Friendica\\Addon\\": "addon/"
                },
                "psr-0": {
                        "": "library/"
-               }
+               },
+               "files": [
+                       "include/conversation.php",
+                       "include/dba.php",
+                       "include/enotify.php",
+                       "include/items.php",
+                       "include/text.php",
+                       "boot.php"
+               ]
        },
        "config": {
                "autoloader-suffix": "Friendica",