diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 16:13:40 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 16:13:40 +0200 |
commit | fb96ea884532e9804194afd92a98c5c6aecc177e (patch) | |
tree | dfcb9a7cd9a1eeac200852ef74f6fc9329e3337c /composer.json | |
parent | 9c08a891f9bb90bc3f23a575a734283c1ee00ba1 (diff) | |
parent | af43bd37675954f937720f7b6fbcf78d85928bc5 (diff) | |
download | wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.tar.gz wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.tar.zst wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.zip |
Merge pull request #1362 from wallabag/v2-fosuser
implement FosUser
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 20bb5537..82fe61bd 100644 --- a/composer.json +++ b/composer.json | |||
@@ -52,7 +52,8 @@ | |||
52 | "liip/theme-bundle": "~1.1.3", | 52 | "liip/theme-bundle": "~1.1.3", |
53 | "pagerfanta/pagerfanta": "~1.0.3", | 53 | "pagerfanta/pagerfanta": "~1.0.3", |
54 | "lexik/form-filter-bundle": "~4.0", | 54 | "lexik/form-filter-bundle": "~4.0", |
55 | "j0k3r/graby": "~1.0" | 55 | "j0k3r/graby": "~1.0", |
56 | "friendsofsymfony/user-bundle": "dev-master" | ||
56 | }, | 57 | }, |
57 | "require-dev": { | 58 | "require-dev": { |
58 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 59 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |