diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-11-08 10:47:56 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-11-08 10:47:56 +0100 |
commit | 53cf5106891fc64f3f66cb6b3316654a9620239c (patch) | |
tree | e6cbd355f3a360e5619821fb1415ee26a01f11ce /composer.json | |
parent | 970e0e994f62d59e25ba42de4502714ab0ab08a1 (diff) | |
download | wallabag-53cf5106891fc64f3f66cb6b3316654a9620239c.tar.gz wallabag-53cf5106891fc64f3f66cb6b3316654a9620239c.tar.zst wallabag-53cf5106891fc64f3f66cb6b3316654a9620239c.zip |
Lock DoctrineBundle to 1.5.2
Because of a bad change, SQLite database cannot be created anymore.
:arrow_right: https://github.com/doctrine/DoctrineBundle/pull/434
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b8c936f0..a46e990a 100644 --- a/composer.json +++ b/composer.json | |||
@@ -31,7 +31,7 @@ | |||
31 | "php": ">=5.3.3", | 31 | "php": ">=5.3.3", |
32 | "symfony/symfony": "~2.7.0", | 32 | "symfony/symfony": "~2.7.0", |
33 | "doctrine/orm": "~2.3", | 33 | "doctrine/orm": "~2.3", |
34 | "doctrine/doctrine-bundle": "~1.2", | 34 | "doctrine/doctrine-bundle": "1.5.2", |
35 | "twig/extensions": "~1.0", | 35 | "twig/extensions": "~1.0", |
36 | "symfony/assetic-bundle": "~2.3", | 36 | "symfony/assetic-bundle": "~2.3", |
37 | "symfony/swiftmailer-bundle": "~2.3", | 37 | "symfony/swiftmailer-bundle": "~2.3", |