X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=5df9a5355b866d4fdc1a259024d9e9e09617b55a;hb=83ead5ec483041c2751c5de0d45cd63a598fb02c;hp=5cb33e67d604ebca8c87bcc3f621b246309ddab7;hpb=10465110c12da10fc1593c1f91ffaa8527d92702;p=friendica.git diff --git a/composer.json b/composer.json index 5cb33e67d6..5df9a5355b 100644 --- a/composer.json +++ b/composer.json @@ -13,18 +13,19 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">5.6", + "php": ">=5.6.1", "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", "bower-asset/base64": "^1.0", @@ -36,17 +37,19 @@ "npm-asset/jquery-datetimepicker": "^2.4.0", "npm-asset/jgrowl": "^1.4", "npm-asset/fullcalendar": "^3.0.1", - "npm-asset/cropperjs": "1.2.2" + "npm-asset/cropperjs": "1.2.2", + "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": { "psr-4": { - "Friendica\\": "src/" + "Friendica\\": "src/", + "Friendica\\Test\\": "tests/" }, "psr-0": { "": "library/" @@ -67,5 +70,15 @@ "exclude": [ "log", "cache", "/photo", "/proxy" ] + }, + "require-dev": { + "phpunit/dbunit": "^2.0", + "phpdocumentor/reflection-docblock": "^3.0.2", + "phpunit/php-token-stream": "^1.4.2", + "mikey179/vfsStream": "^1.6", + "mockery/mockery": "^1.2" + }, + "scripts": { + "test": "phpunit" } }