From 22b2ef5687f43679481615605d7a15c557ce85b1 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sat, 19 Sep 2020 09:12:31 +0000 Subject: [PATCH 1/2] Update url to HTTPS (#15) * Update url to HTTPS * Update reference to HTTPS --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6876b84..84af5c5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Note that this is not a HTTP Client implementation of its own. It is merely abst The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist. -[psr-url]: http://www.php-fig.org/psr/psr-18 +[psr-url]: https://www.php-fig.org/psr/psr-18 [package-url]: https://packagist.org/packages/psr/http-client [implementation-url]: https://packagist.org/providers/psr/http-client-implementation diff --git a/composer.json b/composer.json index c195f8f..d9aa9f6 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "require": { From d3825b37afb438dcd004799c2b3c4a8a2e7eecf8 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 4 Apr 2023 07:40:35 -0500 Subject: [PATCH 2/2] Support `psr/http-message` v2 Signed-off-by: Nathanael Esayeas --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9aa9f6..e4cab2f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "autoload": { "psr-4": {