Skip to content

Commit 82cd173

Browse files
authored
Add support for brick/math 0.13 (#608)
1 parent 0952387 commit 82cd173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"php": ">=8.2",
5050
"ext-json": "*",
5151
"ext-openssl": "*",
52-
"brick/math": "^0.12",
52+
"brick/math": "^0.12 || ^0.13",
5353
"psr/clock": "^1.0",
5454
"psr/event-dispatcher": "^1.0",
5555
"spomky-labs/pki-framework": "^1.2.1",

src/Library/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"require": {
4141
"php": ">=8.2",
4242
"ext-json": "*",
43-
"brick/math": "^0.12",
43+
"brick/math": "^0.12 || ^0.13",
4444
"psr/clock": "^1.0",
4545
"spomky-labs/pki-framework": "^1.2.1"
4646
},

0 commit comments

Comments
 (0)