X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=9ef0dcd101ed400b64f4631ea8b796312663de09;hb=ddaeb305bc9ed5ac4087d8b64ead5d71fc5957bd;hp=b7cd645bdb43d72580af2d8e0e31c2a98c3a344a;hpb=334d3921549a538130220f8b627f39f3e0877e26;p=friendica.git diff --git a/composer.json b/composer.json index b7cd645bdb..9ef0dcd101 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,13 @@ "exclude": [ "log", "cache", "/photo", "/proxy" ] + }, + "require-dev": { + "phpunit/dbunit": "^2.0", + "phpdocumentor/reflection-docblock": "^3.0.2", + "phpunit/php-token-stream": "^1.4.2" + }, + "scripts": { + "test": "phpunit" } }