diff --git a/composer.json b/composer.json index 288ea59..3b51375 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.6.*", "pear/log": "1.12.*|1.13.*|1.14.*", "ext-simplexml": "*" }, diff --git a/composer.lock b/composer.lock index dac2d9a..298af0b 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": "ee3efbf4a170cdffa276c964159eb3c8", "packages": [ { "name": "pear/http_request2", - "version": "v2.4.1", + "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/pear/HTTP_Request2.git", - "reference": "72d3992d04d2de38c8d1162eae79a507394884c2" + "reference": "f010a16ccddd1ee7d2ee085e8006ee712c00f706" }, "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/f010a16ccddd1ee7d2ee085e8006ee712c00f706", + "reference": "f010a16ccddd1ee7d2ee085e8006ee712c00f706", "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": "2023-11-01T19:51:41+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.6.0" }