diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-10-11 16:54:21 +0200 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-11 16:23:49 +0100 |
commit | c3510620ad0718d2ab1f856e3a838360a5ade314 (patch) | |
tree | 78f42dd9d10c742c0b362439824d6d0c5bbe1fc1 /composer.json | |
parent | 0a0c600887dde4cc755de0862a3301830c415882 (diff) | |
download | wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.tar.gz wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.tar.zst wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.zip |
PoC of rule-based tagging
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 b6a9c854..ceefab02 100644 --- a/composer.json +++ b/composer.json | |||
@@ -57,7 +57,8 @@ | |||
57 | "friendsofsymfony/oauth-server-bundle": "^1.4@dev", | 57 | "friendsofsymfony/oauth-server-bundle": "^1.4@dev", |
58 | "scheb/two-factor-bundle": "~1.4", | 58 | "scheb/two-factor-bundle": "~1.4", |
59 | "grandt/phpepub": "~4.0", | 59 | "grandt/phpepub": "~4.0", |
60 | "wallabag/php-mobi": "~1.0.0" | 60 | "wallabag/php-mobi": "~1.0.0", |
61 | "kphoen/rulerz-bundle": "dev-master" | ||
61 | }, | 62 | }, |
62 | "require-dev": { | 63 | "require-dev": { |
63 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 64 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |