Skip to content

Commit

Permalink
SP-602 Make GMP optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jun 15, 2023
1 parent 6bb4423 commit 8157281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-gmp": "*"
"ext-iconv": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^9.0"
},
"suggest": {
"ext-gmp": "Required to use this package with GMP instead of BCMath"
}
}
2 changes: 1 addition & 1 deletion test/unit/BitPayKeyUtils/Storage/test1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
O:17:"Mock_Key_7dd5a46d":0:{}
O:17:"Mock_Key_c1e4b2bf":0:{}
2 changes: 1 addition & 1 deletion test/unit/BitPayKeyUtils/Storage/test11.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c31eda5dd0eb0a1f93800db68d1ae0fd60daae108ae31cc034711b4a0e7bcebe
a2c2ae8c5cd35cc02dfeef6309593cfe0ddcd995e6de235a033c889bc2c23299

0 comments on commit 8157281

Please sign in to comment.