From 512e480cf10c7bcba8744cc31dec7cd0dda9ac7e Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Sat, 30 May 2026 11:43:22 -0400 Subject: [PATCH] fix: prevent google/recaptcha from updating to v1.5 or later v1.3 is the latest for PHP 8.3, but PHP 8.4 supports the latter, and v1.5 has breaking changes that give a **Fatal notice** error. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce676e1..415df4e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "flarum/core": "^1.6.0", - "google/recaptcha": "^1.2" + "google/recaptcha": ">=1.2 <1.5" }, "authors": [ {