X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=04e4b655da4875fc094347e98850a26ac4fbaa10;hb=2022d0e812d191acd47b8408f933dfb726a21b92;hp=941464e70c78ad45b470d0c46d274a599b5197e3;hpb=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git diff --git a/composer.json b/composer.json index 941464e70c..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", @@ -74,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"