Skip to content

Commit 535c2f5

Browse files
authored
Add ext- requirements to composer.json (#76)
* add ext- requirements to composer.json * json is also required * json is also required * Remove ext-json since it is always present now * Remove ext-json since it is always present now
1 parent f53cff2 commit 535c2f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=8.1",
14+
"ext-bcmath": "*",
15+
"ext-gmp": "*",
1416
"php-http/discovery": "^1.14",
1517
"psr/simple-cache": ">=1.0",
1618
"psr/http-factory-implementation": "1.0",

0 commit comments

Comments
 (0)