From b41e3582a9690b409f6595145157423f8a6ed76e Mon Sep 17 00:00:00 2001 From: Nguyen Van Nguyen Date: Mon, 17 Apr 2023 16:00:20 +0700 Subject: [PATCH] WIP Signed-off-by: Nguyen Van Nguyen --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 54f517e16..016814b60 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,7 +3,7 @@ Zimbra SOAP API library Installation ## Requirement * PHP 8.1.x or later, -* [Http Discovery](https://docs.php-http.org/en/latest/discovery.html) library for finding installed http clients and http message factories, +* [PSR Discovery](https://github.com/psr-discovery) library for searching installed http clients and http message factories, * [Serializer](https://jmsyst.com/libs/serializer) library for (de-)serializing XML, * (optional) PHPUnit to run tests,