]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Code standards
[friendica.git] / composer.json
index 2f12d076d4e5a35d465d65354ce87a916cd86eef..6aa2774a69f22ad45253527653552500a643c183 100644 (file)
        },
        "require": {
                "php": ">=5.6.1",
+               "ext-curl": "*",
                "ext-dom": "*",
                "ext-json": "*",
+               "ext-openssl": "*",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
                },
                "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",