Skip to content

Commit 8157281

Browse files
committed
SP-602 Make GMP optional
1 parent 6bb4423 commit 8157281

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
"ext-openssl": "*",
2020
"ext-curl": "*",
2121
"ext-json": "*",
22-
"ext-iconv": "*",
23-
"ext-gmp": "*"
22+
"ext-iconv": "*"
2423
},
2524
"require-dev": {
2625
"phpunit/phpunit": "^7.5 || ^9.0"
26+
},
27+
"suggest": {
28+
"ext-gmp": "Required to use this package with GMP instead of BCMath"
2729
}
2830
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
O:17:"Mock_Key_7dd5a46d":0:{}
1+
O:17:"Mock_Key_c1e4b2bf":0:{}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c31eda5dd0eb0a1f93800db68d1ae0fd60daae108ae31cc034711b4a0e7bcebe
1+
a2c2ae8c5cd35cc02dfeef6309593cfe0ddcd995e6de235a033c889bc2c23299

0 commit comments

Comments
 (0)