diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 12:52:06 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 12:52:06 +0100 |
commit | 89c03230c3d51e618608b044b0e3f45cf0c06a11 (patch) | |
tree | 504e54ecfd8ae6203f76a19a910e5e6c5dee1c3e /composer.json | |
parent | 8af35ad932177e0363412a868afc128b406e3322 (diff) | |
parent | 3b815d2de5a852fe2ebad5827bd4c9070aa175ea (diff) | |
download | wallabag-89c03230c3d51e618608b044b0e3f45cf0c06a11.tar.gz wallabag-89c03230c3d51e618608b044b0e3f45cf0c06a11.tar.zst wallabag-89c03230c3d51e618608b044b0e3f45cf0c06a11.zip |
Merge pull request #1062 from wallabag/v2-relation-entry-user
add a real relation between user and entry
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 8771ea90..0136ed2e 100644 --- a/composer.json +++ b/composer.json | |||
@@ -83,6 +83,7 @@ | |||
83 | "wallabag/Fivefilters_Libraries": "dev-master" | 83 | "wallabag/Fivefilters_Libraries": "dev-master" |
84 | }, | 84 | }, |
85 | "require-dev": { | 85 | "require-dev": { |
86 | "doctrine/doctrine-fixtures-bundle": "dev-master", | ||
86 | "sensio/generator-bundle": "~2.5", | 87 | "sensio/generator-bundle": "~2.5", |
87 | "phpunit/phpunit": "~4.4" | 88 | "phpunit/phpunit": "~4.4" |
88 | }, | 89 | }, |