From 9984374774a85a3b98c1739c20a3462e91e6ee12 Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Sat, 9 Mar 2024 16:30:46 -0800 Subject: [PATCH] Add GMP extension requirement --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e6de990..86240e9 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ }, "require": { "php": "^8.1", + "ext-gmp": "*", "ext-hash": "*", "ext-openssl": "*", "firehed/cbor": "^0.1.0"