]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Much more escapes
[friendica.git] / composer.json
index b1fde04eb910080fe1dcf48cc90a5ee514b64957..2f12d076d4e5a35d465d65354ce87a916cd86eef 100644 (file)
        },
        "require": {
                "php": ">=5.6.1",
+               "ext-dom": "*",
+               "ext-json": "*",
                "ext-xml": "*",
                "asika/simple-console": "^1.0",
                "divineomega/password_exposed": "^2.4",
                "ezyang/htmlpurifier": "~4.7.0",
+               "friendica/json-ld": "^1.0",
                "league/html-to-markdown": "~4.8.0",
                "lightopenid/lightopenid": "dev-master",
                "michelf/php-markdown": "^1.7",
                "npm-asset/jgrowl": "^1.4",
                "npm-asset/fullcalendar": "^3.0.1",
                "npm-asset/cropperjs": "1.2.2",
-               "npm-asset/imagesloaded": "4.1.4",
-               "digitalbazaar/json-ld": "^0.4.7"
+               "npm-asset/imagesloaded": "4.1.4"
        },
        "repositories": [
                {
                        "type": "vcs",
-                       "url": "https://github.com/pear/Text_Highlighter"
+                       "url": "https://git.friendi.ca/friendica/php-json-ld"
                }
        ],
        "autoload": {
@@ -75,7 +77,9 @@
                "phpunit/dbunit": "^2.0",
                "phpdocumentor/reflection-docblock": "^3.0.2",
                "phpunit/php-token-stream": "^1.4.2",
-               "mikey179/vfsStream": "^1.6"
+               "mikey179/vfsStream": "^1.6",
+               "mockery/mockery": "^1.2",
+               "johnkary/phpunit-speedtrap": "1.1"
        },
        "scripts": {
                "test": "phpunit"