From d2b69ba8fc9b050b9a34594bbc6441279db959dc Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 6 Dec 2020 15:56:42 +0000 Subject: [PATCH] travis --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 412ef4a..3a6a202 100644 --- a/composer.json +++ b/composer.json @@ -18,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/"} -- 2.43.0