From d1008dc22b169b05ed7095ff33447ed0b01a19c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 04:15:02 +0000 Subject: [PATCH] build(deps): bump robthree/twofactorauth from 2.1.0 to 3.0.0 Bumps [robthree/twofactorauth](https://github.com/RobThree/TwoFactorAuth) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/RobThree/TwoFactorAuth/releases) - [Changelog](https://github.com/RobThree/TwoFactorAuth/blob/master/CHANGELOG.md) - [Commits](https://github.com/RobThree/TwoFactorAuth/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: robthree/twofactorauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ecccfae78b..400438ac8e 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "monolog/monolog": "^3.3", "myclabs/deep-copy": "~1.0", "phpseclib/phpseclib": "~3.0", - "robthree/twofactorauth": "^2.0.0", + "robthree/twofactorauth": "^3.0.0", "symfony/html-sanitizer": "^7.0", "symfony/http-client": "^7.0", "symfony/http-foundation": "^7.0", diff --git a/composer.lock b/composer.lock index a137094f6e..1240d86b26 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": "0e0b6c8c1eb2a472f8b4c5536f3d9522", + "content-hash": "4130b93ca9cec8fd977fbcc5878c06fa", "packages": [ { "name": "bacon/bacon-qr-code", @@ -2040,20 +2040,20 @@ }, { "name": "robthree/twofactorauth", - "version": "v2.1.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/RobThree/TwoFactorAuth.git", - "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7" + "reference": "ec82d397ee6e66f382ce1ebd16d45549f3c2274b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/ab93dd41ced7818ecda83a37c2741ee38bb72fb7", - "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7", + "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/ec82d397ee6e66f382ce1ebd16d45549f3c2274b", + "reference": "ec82d397ee6e66f382ce1ebd16d45549f3c2274b", "shasum": "" }, "require": { - "php": ">=8.1.0" + "php": ">=8.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.13", @@ -2117,7 +2117,7 @@ "type": "github" } ], - "time": "2023-11-14T12:50:27+00:00" + "time": "2024-05-27T10:23:05+00:00" }, { "name": "symfony/deprecation-contracts",