From 7c9815b9f0bc6bcc691af3152d1c343294364189 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 4 Apr 2021 01:18:19 +0800 Subject: [PATCH] Add hash extension check --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b708e8..3c953f3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "issues": "https://github.com/linna/csrf-guard/issues" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "ext-hash": "*" }, "require-dev": { "infection/infection": "^0.20",