From 48bdf073f55a9a709fd5a8d78f1ffff77ca0dde3 Mon Sep 17 00:00:00 2001 From: W0rma Date: Wed, 1 Feb 2023 14:02:17 +0100 Subject: [PATCH 1/5] Allow installation of brick/math 0.11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42d01391f..e1d817537 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "ext-mbstring": "*", "ext-openssl": "*", "ext-sodium": "*", - "brick/math": "^0.9|^0.10", + "brick/math": "^0.9|^0.10|^0.11", "paragonie/constant_time_encoding": "^2.4", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", From bfe65700bff698ec7d53d951b71b594a45622c05 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 2 Feb 2023 14:30:18 +0100 Subject: [PATCH 2/5] Update composer.json --- src/Component/Core/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Component/Core/composer.json b/src/Component/Core/composer.json index 4911aaa0c..7e5cfa509 100644 --- a/src/Component/Core/composer.json +++ b/src/Component/Core/composer.json @@ -41,7 +41,7 @@ "php": ">=8.1", "ext-json": "*", "ext-mbstring": "*", - "brick/math": "^0.9|^0.10", + "brick/math": "^0.9|^0.10|^0.11", "paragonie/constant_time_encoding": "^2.4", "spomky-labs/pki-framework": "^1.0" }, From 2875a1e4780476fb8bdd3c2eb97ad2c06a365fd1 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 2 Feb 2023 14:30:43 +0100 Subject: [PATCH 3/5] Update composer.json --- src/Ecc/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ecc/composer.json b/src/Ecc/composer.json index ff2a4c6fb..eca633810 100644 --- a/src/Ecc/composer.json +++ b/src/Ecc/composer.json @@ -39,7 +39,7 @@ }, "require": { "php": ">=8.1", - "brick/math": "^0.9|^0.10" + "brick/math": "^0.9|^0.10|^0.11" }, "suggest": { "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance", From d63800ffb9b76c6ce537057114784e8a57ff6406 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 2 Feb 2023 14:31:06 +0100 Subject: [PATCH 4/5] Update composer.json --- src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json b/src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json index c811ac50d..d070e4a54 100644 --- a/src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json +++ b/src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json @@ -39,7 +39,7 @@ }, "require": { "php": ">=8.1", - "brick/math": "^0.9|^0.10", + "brick/math": "^0.9|^0.10|^0.11", "ext-openssl": "*", "symfony/polyfill-mbstring": "^1.12", "web-token/jwt-encryption": "^3.0" From c71651ac79431a38634415ddad9e9bd3cd085dee Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 2 Feb 2023 14:31:23 +0100 Subject: [PATCH 5/5] Update composer.json --- src/SignatureAlgorithm/RSA/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SignatureAlgorithm/RSA/composer.json b/src/SignatureAlgorithm/RSA/composer.json index 3a039fdcc..9a4aef839 100644 --- a/src/SignatureAlgorithm/RSA/composer.json +++ b/src/SignatureAlgorithm/RSA/composer.json @@ -39,7 +39,7 @@ }, "require": { "php": ">=8.1", - "brick/math": "^0.9|^0.10", + "brick/math": "^0.9|^0.10|^0.11", "ext-openssl": "*", "web-token/jwt-signature": "^3.0" },