]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Looked UserBundle again. 3597/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 24 Feb 2018 21:12:48 +0000 (22:12 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 24 Feb 2018 21:12:48 +0000 (22:12 +0100)
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

index dca274ed5b8d659ec188872d23ffe60e6b3967f5..9ed91f20d575daad6015ff2f3809c99c6045bb44 100644 (file)
@@ -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",