diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-10-13 07:15:14 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-10-13 11:41:12 +0200 |
| commit | b91f2f2fcc19ac3f53e9c707466bec5e16245dbb (patch) | |
| tree | 5422b93953be2e580e45590e8e6cf601e29e3f8f /composer.lock | |
| parent | 099a37e82d6286be0a5e62b68ac51556eb611d32 (diff) | |
fixes #3299, fixes #3300, fixes #3301, fixes #3302, fixes #3303
Closes #3299, #3300, #3301, #3302, and #3303
Merge request studip/studip!2267
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 74 |
1 files changed, 40 insertions, 34 deletions
diff --git a/composer.lock b/composer.lock index 6c7afa1..3a6db7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6b5dae8724e351eedc47e7e5022d5c9d", + "content-hash": "2920e02b81d20232c92babef995d1382", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -2185,42 +2185,44 @@ }, { "name": "phpxmlrpc/extras", - "version": "0.6.3", + "version": "1.0.0-beta2", "source": { "type": "git", "url": "https://github.com/gggeek/phpxmlrpc-extras.git", - "reference": "63b53c9bece968f87ddfc058d4bf9e3cd5ae9930" + "reference": "4bf48852955f7b4698b37ae91cce83c49f658b4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gggeek/phpxmlrpc-extras/zipball/63b53c9bece968f87ddfc058d4bf9e3cd5ae9930", - "reference": "63b53c9bece968f87ddfc058d4bf9e3cd5ae9930", + "url": "https://api.github.com/repos/gggeek/phpxmlrpc-extras/zipball/4bf48852955f7b4698b37ae91cce83c49f658b4c", + "reference": "4bf48852955f7b4698b37ae91cce83c49f658b4c", "shasum": "" }, "require": { - "phpxmlrpc/phpxmlrpc": ">=2.1.0" + "php": "^5.3.0 || ^7.0 || ^8.0", + "phpxmlrpc/phpxmlrpc": "^4.6.0" }, "require-dev": { - "phpunit/phpunit": ">=4.0.0" + "ext-curl": "*", + "phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.12", + "phpunit/phpunit-selenium": "*", + "phpxmlrpc/jsonrpc": "^1.0.0-beta1", + "yoast/phpunit-polyfills": "*" + }, + "suggest": { + "phpxmlrpc/jsonrpc": "Needed for the SonOfAjax demo", + "phpxmlrpc/jsxmlrpc": "Used the Ajax Server component. NB: better installed via NPM or used directly from CDN!" }, "type": "library", "autoload": { - "classmap": [ - "adodb/drivers/", - "adodb/lib/", - "ajax/ajaxmlrpc.inc", - "jsonrpc/jsonrpc.inc", - "jsonrpc/jsonrpcs.inc", - "proxy/proxyxmlrpcs.inc", - "xmlrpc_extension_api/xmlrpc_extension_api.inc", - "docxmlrpcserver/docxmlrpcs.inc" - ] + "psr-4": { + "PhpXmlRpc\\Extras\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "A collection of extensions, addons and other stuff that might be of use for development of xml-rpc (and jsonrpc, soap) based applications", + "description": "A collection of server-side addons that might be of use for development of xml-rpc (and json-rpc) based applications", "homepage": "https://github.com/gggeek/phpxmlrpc-extras", "keywords": [ "jsonrpc", @@ -2229,44 +2231,45 @@ ], "support": { "issues": "https://github.com/gggeek/phpxmlrpc-extras/issues", - "source": "https://github.com/gggeek/phpxmlrpc-extras/tree/0.6.3" + "source": "https://github.com/gggeek/phpxmlrpc-extras/tree/1.0.0-beta2" }, - "time": "2020-12-23T16:41:17+00:00" + "time": "2023-01-19T14:20:38+00:00" }, { "name": "phpxmlrpc/phpxmlrpc", - "version": "4.4.3", + "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/gggeek/phpxmlrpc.git", - "reference": "eea038c58b32b35df93cbf5e96cf186321dd09d7" + "reference": "7103864975ca0b930574cabc8b4593093ee4432e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/eea038c58b32b35df93cbf5e96cf186321dd09d7", - "reference": "eea038c58b32b35df93cbf5e96cf186321dd09d7", + "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/7103864975ca0b930574cabc8b4593093ee4432e", + "reference": "7103864975ca0b930574cabc8b4593093ee4432e", "shasum": "" }, "require": { "ext-xml": "*", - "php": ">=5.3.0" + "php": "^5.4.0 || ^7.0 || ^8.0" + }, + "conflict": { + "phpxmlrpc/extras": "<= 0.6.3" }, "require-dev": { - "docbook/docbook-xsl": "^1.79", "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", - "ext-xsl": "*", - "indeyets/pake": "^1.99", - "phpunit/phpunit": "^5.0 || ^8.5.12", + "phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.14", "phpunit/phpunit-selenium": "*", "yoast/phpunit-polyfills": "*" }, "suggest": { - "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", + "ext-curl": "Needed for HTTPS, HTTP2 and HTTP 1.1 support, NTLM Auth etc...", "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available", - "sami/sami": "Required for doc generation using pake. Version constraints: ^3.3 || ^4.1" + "phpxmlrpc/extras": "Adds more featured Server classes, including self-documenting and ajax-enabled servers", + "phpxmlrpc/jsonrpc": "Adds support for the JSON-RPC protocol" }, "type": "library", "autoload": { @@ -2282,13 +2285,14 @@ "homepage": "https://gggeek.github.io/phpxmlrpc/", "keywords": [ "webservices", + "xml-rpc", "xmlrpc" ], "support": { "issues": "https://github.com/gggeek/phpxmlrpc/issues", - "source": "https://github.com/gggeek/phpxmlrpc/tree/4.4.3" + "source": "https://github.com/gggeek/phpxmlrpc/tree/4.10.0" }, - "time": "2020-12-16T23:25:16+00:00" + "time": "2023-02-11T17:10:30+00:00" }, { "name": "psr/container", @@ -7186,7 +7190,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "phpxmlrpc/extras": 10 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { |
