X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=04e4b655da4875fc094347e98850a26ac4fbaa10;hb=2022d0e812d191acd47b8408f933dfb726a21b92;hp=b7cd645bdb43d72580af2d8e0e31c2a98c3a344a;hpb=b73d5a641f6d7495c94b0902d785031abe9a6414;p=friendica.git diff --git a/composer.json b/composer.json index b7cd645bdb..04e4b655da 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "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", @@ -37,7 +37,8 @@ "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": [ { @@ -47,7 +48,8 @@ ], "autoload": { "psr-4": { - "Friendica\\": "src/" + "Friendica\\": "src/", + "Friendica\\Test\\": "tests/" }, "psr-0": { "": "library/" @@ -68,5 +70,14 @@ "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" + }, + "scripts": { + "test": "phpunit" } }