We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb4423 commit 8157281Copy full SHA for 8157281
composer.json
@@ -19,10 +19,12 @@
19
"ext-openssl": "*",
20
"ext-curl": "*",
21
"ext-json": "*",
22
- "ext-iconv": "*",
23
- "ext-gmp": "*"
+ "ext-iconv": "*"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^7.5 || ^9.0"
+ },
27
+ "suggest": {
28
+ "ext-gmp": "Required to use this package with GMP instead of BCMath"
29
}
30
test/unit/BitPayKeyUtils/Storage/test1.txt
@@ -1 +1 @@
1
-O:17:"Mock_Key_7dd5a46d":0:{}
+O:17:"Mock_Key_c1e4b2bf":0:{}
test/unit/BitPayKeyUtils/Storage/test11.txt
-c31eda5dd0eb0a1f93800db68d1ae0fd60daae108ae31cc034711b4a0e7bcebe
+a2c2ae8c5cd35cc02dfeef6309593cfe0ddcd995e6de235a033c889bc2c23299
0 commit comments