Skip to content

Commit f7cb6e1

Browse files
committed
Missing brick/math dep
1 parent 2a1034c commit f7cb6e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"ext-mbstring": "*",
4040
"ext-openssl": "*",
4141
"beberlei/assert": "^3.2",
42+
"brick/math": "^0.9",
4243
"fgrosse/phpasn1": "^2.1",
4344
"league/uri": "^6.0",
4445
"nyholm/psr7": "^1.1",

src/cose/composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"ext-openssl": "*",
2222
"ext-mbstring": "*",
2323
"beberlei/assert": "^3.2",
24+
"brick/math": "^0.9",
2425
"fgrosse/phpasn1": "^2.1"
2526
},
2627
"autoload": {

0 commit comments

Comments
 (0)