Skip to content

Commit 420ec60

Browse files
W0rmaSpomky
andauthored
Allow brick/math:0.11 (#430)
* Allow installation of brick/math 0.11 --------- Co-authored-by: Florent Morselli <[email protected]>
1 parent 502f84e commit 420ec60

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ext-mbstring": "*",
5858
"ext-openssl": "*",
5959
"ext-sodium": "*",
60-
"brick/math": "^0.9|^0.10",
60+
"brick/math": "^0.9|^0.10|^0.11",
6161
"paragonie/constant_time_encoding": "^2.4",
6262
"psr/event-dispatcher": "^1.0",
6363
"psr/http-client": "^1.0",

src/Component/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"php": ">=8.1",
4242
"ext-json": "*",
4343
"ext-mbstring": "*",
44-
"brick/math": "^0.9|^0.10",
44+
"brick/math": "^0.9|^0.10|^0.11",
4545
"paragonie/constant_time_encoding": "^2.4",
4646
"spomky-labs/pki-framework": "^1.0"
4747
},

src/Ecc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"require": {
4141
"php": ">=8.1",
42-
"brick/math": "^0.9|^0.10"
42+
"brick/math": "^0.9|^0.10|^0.11"
4343
},
4444
"suggest": {
4545
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",

src/EncryptionAlgorithm/KeyEncryption/RSA/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"require": {
4141
"php": ">=8.1",
42-
"brick/math": "^0.9|^0.10",
42+
"brick/math": "^0.9|^0.10|^0.11",
4343
"ext-openssl": "*",
4444
"symfony/polyfill-mbstring": "^1.12",
4545
"web-token/jwt-encryption": "^3.0"

src/SignatureAlgorithm/RSA/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"require": {
4141
"php": ">=8.1",
42-
"brick/math": "^0.9|^0.10",
42+
"brick/math": "^0.9|^0.10|^0.11",
4343
"ext-openssl": "*",
4444
"web-token/jwt-signature": "^3.0"
4545
},

0 commit comments

Comments
 (0)