From ad77c3451f2c436484f6de033fe18c844dfc9267 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 24 Feb 2018 22:12:48 +0100 Subject: [PATCH] Looked UserBundle again. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit See https://github.com/FriendsOfSymfony/FOSUserBundle/compare/v2.0.2...v2.1.0#diff-8a79d0e62995dd549be4e463c35a8cc3 It generate an error about a variable called `registration_enabled` which can not be found. So I guess we are in the case of “such usage” about BC in UserBundle. Don’t want to loose time finding how to fix it. Rollback to the working version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dca274ed..9ed91f20 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "liip/theme-bundle": "^1.4.6", "lexik/form-filter-bundle": "^5.0.4", "j0k3r/graby": "^1.0", - "friendsofsymfony/user-bundle": "^2.0.1", + "friendsofsymfony/user-bundle": "2.0.*", "friendsofsymfony/oauth-server-bundle": "^1.5.2", "stof/doctrine-extensions-bundle": "^1.2", "scheb/two-factor-bundle": "^2.14.0", -- 2.41.0