From dacb8989bf066a1578dfac5ec9afd88893b3d0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 11 Jul 2020 20:37:57 +0200 Subject: [PATCH] Explicitly require GMP extension People should know about it --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80616e9..7f88082 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "require": { "php": "^7.2.15", "ext-json": "*", + "ext-gmp": "*", "illuminate/support": "^7.18", "web-auth/webauthn-lib" : "^3.2", "symfony/psr-http-message-bridge": "^2.0", @@ -53,4 +54,4 @@ ] } } -} \ No newline at end of file +}