From 3567285a1ebfdcb56a02240e97d5f907160b4aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:03:32 +0000 Subject: [PATCH] build(deps): Bump gregwar/captcha from 1.3.0 to 2.0.0 Bumps [gregwar/captcha](https://github.com/Gregwar/Captcha) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/Gregwar/Captcha/releases) - [Commits](https://github.com/Gregwar/Captcha/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: gregwar/captcha dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 37 ++++++++++++++++++++----------------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 6f696351..1f706b9b 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.0", "libresign/espeak": "dev-main", "elaborate-code/jigsaw-localization": "dev-main", "nesbot/carbon": "^3.3", diff --git a/composer.lock b/composer.lock index 7fdb2e40..6999c3df 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": "ec154b608a4ab7f2db5e82b79ba04174", + "content-hash": "102e0752b31ebaed171f8baf65aac8a4", "packages": [ { "name": "brick/math", @@ -568,27 +568,30 @@ }, { "name": "gregwar/captcha", - "version": "v1.3.0", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/Gregwar/Captcha.git", - "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc" + "reference": "35ca999bb5009b235ddd785d791621a51981a54c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/4edbcd09fde4353b94ce550f43460eba73baf2cc", - "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc", + "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/35ca999bb5009b235ddd785d791621a51981a54c", + "reference": "35ca999bb5009b235ddd785d791621a51981a54c", "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": { @@ -620,9 +623,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.0.0" }, - "time": "2025-06-23T12:25:54+00:00" + "time": "2026-06-08T10:20:35+00:00" }, { "name": "illuminate/bus", @@ -3660,23 +3663,23 @@ }, { "name": "symfony/finder", - "version": "v7.4.8", + "version": "v8.1.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "e0be088d22278583a82da281886e8c3592fbf149" + "reference": "58d2e767a66052c1487356f953445634a8194c64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/e0be088d22278583a82da281886e8c3592fbf149", - "reference": "e0be088d22278583a82da281886e8c3592fbf149", + "url": "https://api.github.com/repos/symfony/finder/zipball/58d2e767a66052c1487356f953445634a8194c64", + "reference": "58d2e767a66052c1487356f953445634a8194c64", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.4.1" }, "require-dev": { - "symfony/filesystem": "^6.4|^7.0|^8.0" + "symfony/filesystem": "^7.4|^8.0" }, "type": "library", "autoload": { @@ -3704,7 +3707,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.4.8" + "source": "https://github.com/symfony/finder/tree/v8.1.0" }, "funding": [ { @@ -3724,7 +3727,7 @@ "type": "tidelift" } ], - "time": "2026-03-24T13:12:05+00:00" + "time": "2026-05-29T05:06:50+00:00" }, { "name": "symfony/http-foundation",