X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=composer.json;h=3a6a202ebbf7f35acbea023576476c8ea2a0b111;hb=e1cd2da9215c7bbf190105eca237316f5f8fd17c;hp=f5db6fda27ca0a6b8bd4dda89b4eec2dac35594e;hpb=f5456e63644d3d34194912d7c371759807be30ed;p=plcapi.git diff --git a/composer.json b/composer.json index f5db6fd..3a6a202 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,9 @@ "php": ">=5.3.0", "ext-xml": "*" }, + "_comment::tests": "The dev packages below require a minimum of php 5.6, even though we support php 5.3. Can we manage to do better?", "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^8.5.12", + "phpunit/phpunit": "^5.0 || ^8.5.12", "phpunit/phpunit-selenium": "*", "yoast/phpunit-polyfills": "*", "ext-curl": "*", @@ -17,13 +18,13 @@ "ext-mbstring": "*", "ext-xsl": "*", "indeyets/pake": "^1.99", - "sami/sami": "^3.3 || ^4.1", "docbook/docbook-xsl": "^1.79" }, "suggest": { "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available", - "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8" + "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", + "sami/sami": "Required for doc generation using pake. Version constraints: ^3.3 || ^4.1" }, "autoload": { "psr-4": {"PhpXmlRpc\\": "src/"}