From 2b72994cdea0e9f87d1c97da0ac1b2dc0793c0da Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 19:27:58 +0100 Subject: [PATCH] feat(update): apply recipes:update scheb/2fa-bundle --- config/routes/scheb_2fa.yaml | 2 +- symfony.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/routes/scheb_2fa.yaml b/config/routes/scheb_2fa.yaml index b574a0c..9a8ca66 100644 --- a/config/routes/scheb_2fa.yaml +++ b/config/routes/scheb_2fa.yaml @@ -1,7 +1,7 @@ 2fa_login: path: /2fa defaults: - _controller: "scheb_two_factor.form_controller:form" + _controller: "scheb_two_factor.form_controller::form" 2fa_login_check: path: /2fa_check diff --git a/symfony.lock b/symfony.lock index 8c98b81..45065cb 100644 --- a/symfony.lock +++ b/symfony.lock @@ -228,12 +228,12 @@ "version": "4.1.1" }, "scheb/2fa-bundle": { - "version": "5.0", + "version": "5.13", "recipe": { - "repo": "github.com/symfony/recipes-contrib", - "branch": "master", + "repo": "github.com/symfony/recipes", + "branch": "main", "version": "5.0", - "ref": "95d9da4bffdc29417c209141cae8292e40d6af19" + "ref": "0a83961ef50ff91812b229a6f0caf28431d94aec" }, "files": [ "config/packages/scheb_2fa.yaml",