From af20c1c37f59bd23217c2701bf96f05d111a5913 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 1 Feb 2024 20:38:35 +0100 Subject: [PATCH] Fix suggestion --- src/Library/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Library/composer.json b/src/Library/composer.json index 955fe712..16df4b63 100644 --- a/src/Library/composer.json +++ b/src/Library/composer.json @@ -59,8 +59,7 @@ "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance", "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", - "php-http/message-factory": "To enable JKU/X5U support.", - "php-http/httplug": "To enable JKU/X5U support.", + "symfony/http-client": "To enable JKU/X5U support.", "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (A128KW, A192KW, A256KW, A128GCMKW, A192GCMKW, A256GCMKW, PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW...)" } }