From 8fbdf172d22e31d146c2e83f0e6e9ec2d67c0785 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Mon, 22 Jul 2024 15:58:14 -0400 Subject: [PATCH] fix(recaptcha): pin to maintain PHP pre-7.1 compat --- .holo/sources/recaptcha.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/recaptcha.toml b/.holo/sources/recaptcha.toml index 2ea6fd9e7..04c8cdc9e 100644 --- a/.holo/sources/recaptcha.toml +++ b/.holo/sources/recaptcha.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/google/recaptcha" -ref = "refs/heads/master" +ref = "2ddec2acc41e9661eec794b7397dbd90b7d4a7b1" # maintain PHP pre-7.1 compatibility