]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Fix moving stored data
[friendica.git] / composer.json
index 941464e70c78ad45b470d0c46d274a599b5197e3..8ac4c37724941d27edae6b56fbaf43c3fb972b4b 100644 (file)
                "issues": "https://github.com/friendica/friendica/issues"
        },
        "require": {
-               "php": ">5.6",
+               "php": ">=5.6.1",
+               "ext-curl": "*",
+               "ext-dom": "*",
+               "ext-json": "*",
+               "ext-openssl": "*",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
                "ezyang/htmlpurifier": "~4.7.0",
-               "league/html-to-markdown": "~4.4.1",
+               "friendica/json-ld": "^1.0",
+               "league/html-to-markdown": "~4.8.0",
                "lightopenid/lightopenid": "dev-master",
                "michelf/php-markdown": "^1.7",
                "mobiledetect/mobiledetectlib": "2.8.*",
                "paragonie/random_compat": "^2.0",
                "pear/Text_LanguageDetect": "1.*",
-               "pear/Text_Highlighter": "dev-master",
                "seld/cli-prompt": "^1.0",
                "smarty/smarty": "^3.1",
                "fxp/composer-asset-plugin": "~1.3",
        "repositories": [
                {
                        "type": "vcs",
-                       "url": "https://github.com/pear/Text_Highlighter"
+                       "url": "https://git.friendi.ca/friendica/php-json-ld"
                }
        ],
        "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",
        "require-dev": {
                "phpunit/dbunit": "^2.0",
                "phpdocumentor/reflection-docblock": "^3.0.2",
-               "phpunit/php-token-stream": "^1.4.2"
+               "phpunit/php-token-stream": "^1.4.2",
+               "mikey179/vfsStream": "^1.6",
+               "mockery/mockery": "^1.2",
+               "johnkary/phpunit-speedtrap": "1.1"
        },
        "scripts": {
                "test": "phpunit"