From 5e434e185951a1ab38875affca4c036cc172a20a Mon Sep 17 00:00:00 2001 From: Gregwar Date: Sat, 9 Jan 2021 01:01:13 +0100 Subject: [PATCH] gregwar/captcha version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2a7db20..30c5509 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.1.3", "ext-gd": "*", - "gregwar/captcha": "~1.1", + "gregwar/captcha": "^1.1.9", "symfony/form": "~4.0|~5.0", "symfony/framework-bundle": "~4.0|~5.0", "symfony/translation": "~4.0|^5.0",