X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=04e4b655da4875fc094347e98850a26ac4fbaa10;hb=d039d9510663db9985ece1f9fd96d30d5216e9d9;hp=9668b9341c14e819a1f267fd4cd7d314d3742261;hpb=b5b172500d5bbf63e70a980abfa30f8e480c18d3;p=friendica.git diff --git a/composer.json b/composer.json index 9668b9341c..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": [ { @@ -73,7 +74,8 @@ "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" }, "scripts": { "test": "phpunit"