diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-08 16:27:29 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-08 16:27:29 +0100 |
commit | 292c1324e982fdaa26633cb4b7bb56f29bdea57d (patch) | |
tree | 449ade93c49a8bc63825ec89c2df44ad0ad6dea3 /composer.json | |
parent | 39643c6b76d92d509b1af0228b6379d7fdce8a1c (diff) | |
download | wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.gz wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.zst wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.zip |
Installation & configuration of Doctrine Migrations
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 0ba42a3e..3300c0fb 100644 --- a/composer.json +++ b/composer.json | |||
@@ -60,7 +60,8 @@ | |||
60 | "grandt/phpepub": "~4.0", | 60 | "grandt/phpepub": "~4.0", |
61 | "wallabag/php-mobi": "~1.0.0", | 61 | "wallabag/php-mobi": "~1.0.0", |
62 | "kphoen/rulerz-bundle": "~0.10", | 62 | "kphoen/rulerz-bundle": "~0.10", |
63 | "guzzlehttp/guzzle": "^5.2.0" | 63 | "guzzlehttp/guzzle": "^5.2.0", |
64 | "doctrine/doctrine-migrations-bundle": "^1.0" | ||
64 | }, | 65 | }, |
65 | "require-dev": { | 66 | "require-dev": { |
66 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 67 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |