From bf71b673383ea8ecc60f01e8dc639eaf0c4b19eb Mon Sep 17 00:00:00 2001 From: lucs7 Date: Sun, 13 Jul 2025 16:33:17 +0200 Subject: [PATCH] fix: captchas not working updated gregwar/captcha dependency to version 1.3 required freetype and jpeg libraries for GD extension --- composer.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 8009365f8..3a1d22b4c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "stripe/stripe-php": "^10.2", "monolog/monolog": "^2.9", "google/recaptcha": "1.2.*", - "gregwar/captcha": "1.*", + "gregwar/captcha": "^1.3", "google/apiclient": "^2.0", "microsoft/microsoft-graph": "^2.0", "nickdnk/graph-sdk": "^7.0", @@ -28,19 +28,6 @@ "claviska/simpleimage": "^4.2", "mashape/unirest-php": "^3.0" }, - "repositories": [ - { - "type":"package", - "package": { - "name": "gregwar/captcha", - "version":"1.2.1", - "dist": { - "url": "https://github.com/effgarces/Captcha/archive/refs/heads/master.zip", - "type": "zip" - } - } - } - ], "scripts": { "install-tools": "phive install --trust-gpg-keys", "build": "./tools/phing",