Lock DoctrineBundle to 1.5.2

Because of a bad change, SQLite database cannot be created anymore.

➡️ https://github.com/doctrine/DoctrineBundle/pull/434
This commit is contained in:
Jeremy Benoist
2015-11-08 10:47:56 +01:00
parent 970e0e994f
commit 53cf510689
2 changed files with 14 additions and 14 deletions

View File

@ -31,7 +31,7 @@
"php": ">=5.3.3",
"symfony/symfony": "~2.7.0",
"doctrine/orm": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-bundle": "1.5.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",