Skip to content

Commit 795bb30

Browse files
authored
Add support for brick/math 0.14 (#634)
1 parent 1ffc94e commit 795bb30

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
@@ -48,7 +48,7 @@
4848
"require": {
4949
"php": ">=8.2",
5050
"ext-openssl": "*",
51-
"brick/math": "^0.12|^0.13",
51+
"brick/math": "^0.12|^0.13|^0.14",
5252
"psr/clock": "^1.0",
5353
"psr/event-dispatcher": "^1.0",
5454
"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
@@ -39,7 +39,7 @@
3939
},
4040
"require": {
4141
"php": ">=8.2",
42-
"brick/math": "^0.12|^0.13",
42+
"brick/math": "^0.12|^0.13|^0.14",
4343
"psr/clock": "^1.0",
4444
"spomky-labs/pki-framework": "^1.2.1"
4545
},

0 commit comments

Comments
 (0)