From 53c4d52eac0d9da50506fc1b6065d1f5480b7785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 11:35:24 +0000 Subject: [PATCH] Bump pear/http_request2 from 2.4.1 to 2.5.1 Bumps [pear/http_request2](https://github.com/pear/HTTP_Request2) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/pear/HTTP_Request2/releases) - [Changelog](https://github.com/pear/HTTP_Request2/blob/trunk/Changelog.md) - [Commits](https://github.com/pear/HTTP_Request2/compare/v2.4.1...v2.5.1) --- updated-dependencies: - dependency-name: pear/http_request2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 32 +++++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 288ea59..10d2a44 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "type": "library", "require": { "php": ">=7.2.5", - "pear/http_request2": "2.4.*", + "pear/http_request2": "2.4.* || 2.5.*", "pear/log": "1.12.*|1.13.*|1.14.*", "ext-simplexml": "*" }, diff --git a/composer.lock b/composer.lock index dac2d9a..3e08c0a 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9653e2f3afe199a055ba44c7586a8022", + "content-hash": "e614ff32f5bcea342867a11cf30ba669", "packages": [ { "name": "pear/http_request2", - "version": "v2.4.1", + "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/pear/HTTP_Request2.git", - "reference": "72d3992d04d2de38c8d1162eae79a507394884c2" + "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/72d3992d04d2de38c8d1162eae79a507394884c2", - "reference": "72d3992d04d2de38c8d1162eae79a507394884c2", + "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/db4ce7844f838d3adca0513a77420c0fec22ed2d", + "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d", "shasum": "" }, "require": { @@ -26,7 +26,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "^3.7|^4.8|^5.7" + "yoast/phpunit-polyfills": "^1.0.0" }, "suggest": { "ext-curl": "Allows using cURL as a request backend.", @@ -58,7 +58,12 @@ "http", "request" ], - "time": "2020-08-01T09:06:26+00:00" + "support": { + "docs": "https://pear.php.net/manual/en/package.http.http-request2.php", + "issues": "https://github.com/pear/HTTP_Request2/issues", + "source": "https://github.com/pear/HTTP_Request2" + }, + "time": "2022-01-06T18:20:25+00:00" }, { "name": "pear/log", @@ -175,6 +180,10 @@ "uri", "url" ], + "support": { + "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2", + "source": "https://github.com/pear/Net_URL2" + }, "time": "2017-08-25T06:16:11+00:00" }, { @@ -230,6 +239,10 @@ "keywords": [ "exception" ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", + "source": "https://github.com/pear/PEAR_Exception" + }, "time": "2019-12-10T10:24:42+00:00" } ], @@ -5046,5 +5059,6 @@ "php": ">=7.2.5", "ext-simplexml": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }