From 5319f2a92b4ddffb31453d9ab5a219d7acddcd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:53:26 +0000 Subject: [PATCH] chore(deps): Bump gregwar/captcha from 1.3.0 to 2.1.0 Bumps [gregwar/captcha](https://github.com/Gregwar/Captcha) from 1.3.0 to 2.1.0. - [Release notes](https://github.com/Gregwar/Captcha/releases) - [Commits](https://github.com/Gregwar/Captcha/compare/v1.3.0...v2.1.0) --- updated-dependencies: - dependency-name: gregwar/captcha dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index cee027b1..91b1edaa 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "AGPL-3.0-or-later", "require": { "tightenco/jigsaw": "^1.7", - "gregwar/captcha": "^1.2", + "gregwar/captcha": "^2.1", "libresign/espeak": "dev-main", "nesbot/carbon": "^3.3", "elaborate-code/jigsaw-localization": "dev-main", diff --git a/composer.lock b/composer.lock index eede0267..2e06b38f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2a8b87330a3df9f40ed4fcdfbedb5d6d", + "content-hash": "d48b2754d951b95189408b175fc8f24e", "packages": [ { "name": "brick/math", @@ -570,27 +570,30 @@ }, { "name": "gregwar/captcha", - "version": "v1.3.0", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/Gregwar/Captcha.git", - "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc" + "reference": "3c2f6f0c301b94d9ec18ba769015a8a32b95765c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/4edbcd09fde4353b94ce550f43460eba73baf2cc", - "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc", + "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/3c2f6f0c301b94d9ec18ba769015a8a32b95765c", + "reference": "3c2f6f0c301b94d9ec18ba769015a8a32b95765c", "shasum": "" }, "require": { "ext-fileinfo": "*", "ext-gd": "*", "ext-mbstring": "*", - "php": ">=5.3.0", + "php": "^8.2", "symfony/finder": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6.4 || ^7.0 || ^8.0 || ^9.0" + "phpstan/phpstan": "2.1.17", + "phpstan/phpstan-phpunit": "2.0.6", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "4.0.1" }, "type": "library", "autoload": { @@ -622,9 +625,9 @@ ], "support": { "issues": "https://github.com/Gregwar/Captcha/issues", - "source": "https://github.com/Gregwar/Captcha/tree/v1.3.0" + "source": "https://github.com/Gregwar/Captcha/tree/v2.1.0" }, - "time": "2025-06-23T12:25:54+00:00" + "time": "2026-06-16T13:04:08+00:00" }, { "name": "illuminate/bus",