Skip to content

Commit 46b7f7e

Browse files
Spomkyclaude
andauthored
Update brick/math version constraint and remove dev minimum stability (#649)
Extend brick/math support to ^0.15|^0.16|^0.17 and remove minimum-stability: dev. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5a58101 commit 46b7f7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
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|^0.14",
51+
"brick/math": "^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
5252
"psr/clock": "^1.0",
5353
"psr/event-dispatcher": "^1.0",
5454
"spomky-labs/pki-framework": "^1.2.1",
@@ -92,6 +92,5 @@
9292
},
9393
"config": {
9494
"sort-packages": true
95-
},
96-
"minimum-stability": "dev"
95+
}
9796
}

0 commit comments

Comments
 (0)