diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-09 14:43:06 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-09 14:43:06 +0100 |
commit | 1caf557de797a662906779b348759e2937255812 (patch) | |
tree | 563c24356dfb03bf3468672e005df5e8d9823576 /composer.json | |
parent | 39643c6b76d92d509b1af0228b6379d7fdce8a1c (diff) | |
parent | e1b9f4fb37279fa3df10dd841625b5f7f50441ff (diff) | |
download | wallabag-1caf557de797a662906779b348759e2937255812.tar.gz wallabag-1caf557de797a662906779b348759e2937255812.tar.zst wallabag-1caf557de797a662906779b348759e2937255812.zip |
Merge pull request #1559 from wallabag/v2-doctrine-migrations
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", |