X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=composer.json;h=04c436199601ee0d288e89d50460d6643ca11c88;hb=c27693ac87a6a64a63d410f3e0cd9aa00cf7841a;hp=a5b37e3ac025b4cdf157538fe9c68590d8b2e179;hpb=0f08ef69efcb799558296cd211edeac5f46c98d4;p=plcapi.git diff --git a/composer.json b/composer.json index a5b37e3..04c4361 100644 --- a/composer.json +++ b/composer.json @@ -2,26 +2,35 @@ "name": "phpxmlrpc/phpxmlrpc", "description": "A php library for building xmlrpc clients and servers", "license": "BSD-3-Clause", - "homepage": "http://gggeek.github.io/phpxmlrpc/", - "keywords": [ "xmlrpc", "webservices" ], + "homepage": "https://gggeek.github.io/phpxmlrpc/", + "keywords": [ "xmlrpc", "xml-rpc","webservices" ], "require": { - "php": ">=5.3.0", + "php": "^5.3.0 || ^7.0 || ^8.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.8.35 || >= 5.0, <5.7.20", + "phpunit/phpunit": "^5.0 || ^8.5.12", "phpunit/phpunit-selenium": "*", - "codeclimate/php-test-reporter": "dev-master", + "yoast/phpunit-polyfills": "*", "ext-curl": "*", + "ext-dom": "*", "ext-mbstring": "*", - "indeyets/pake": "~1.99", - "sami/sami": "~3.1", - "docbook/docbook-xsl": "~1.78" + "ext-xsl": "*", + "indeyets/pake": "^1.99", + "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", + "phpxmlrpc/extras": "Adds more featured Server classes and other useful bits", + "phpxmlrpc/jsonrpc": "Adds support for the JSON-RPC protocol", + "sami/sami": "Required for doc generation using pake. Version constraints: ^3.3 || ^4.1" + }, + "_comment::conflict": "Within the extras package, only the XMLRPC extension emulation is not compatible... the JSONRPC part should be ok. Both have been moved to different packages anyway", + "conflict": { + "phpxmlrpc/extras": "<= 0.6.3" }, "autoload": { "psr-4": {"PhpXmlRpc\\": "src/"} @@ -34,9 +43,9 @@ "type": "package", "package": { "name": "docbook/docbook-xsl", - "version": "1.78.1", + "version": "1.79.1", "dist": { - "url": "https://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.zip/download", + "url": "https://sourceforge.net/projects/docbook/files/docbook-xsl/1.79.1/docbook-xsl-1.79.1.zip/download", "type": "zip" } }