]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Fix moving stored data
[friendica.git] / composer.json
index 5df9a5355b866d4fdc1a259024d9e9e09617b55a..8ac4c37724941d27edae6b56fbaf43c3fb972b4b 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",
        "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",
@@ -76,7 +89,8 @@
                "phpdocumentor/reflection-docblock": "^3.0.2",
                "phpunit/php-token-stream": "^1.4.2",
                "mikey179/vfsStream": "^1.6",
-               "mockery/mockery": "^1.2"
+               "mockery/mockery": "^1.2",
+               "johnkary/phpunit-speedtrap": "1.1"
        },
        "scripts": {
                "test": "phpunit"