diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-18 11:08:45 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-11 20:32:37 +0200 |
commit | a1691859ca0cb4c1b360c34b05aa74bdba9e582a (patch) | |
tree | 47ef239ea8f452ba4de71f76c9cab607a4dadf8c /composer.json | |
parent | 9c08a891f9bb90bc3f23a575a734283c1ee00ba1 (diff) | |
download | wallabag-a1691859ca0cb4c1b360c34b05aa74bdba9e582a.tar.gz wallabag-a1691859ca0cb4c1b360c34b05aa74bdba9e582a.tar.zst wallabag-a1691859ca0cb4c1b360c34b05aa74bdba9e582a.zip |
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", |