bug #14946 [SecurityBundle] Update DoctrineBundle version (dosten)

This PR was merged into the 3.0-dev branch.

Discussion
----------

[SecurityBundle] Update DoctrineBundle version

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

The versions < 1.4 of DoctrineBundle uses the old way to create a factory service, this is fixed in 1.4, so we should use at least this version in the tests.

Commits
-------

3d68b32 Update DoctrineBundle version
This commit is contained in:
Fabien Potencier 2015-06-11 18:39:15 +02:00
commit 9c29739eca
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-bundle": "~1.4",
"monolog/monolog": "~1.11",
"ocramius/proxy-manager": "~0.4|~1.0",
"egulias/email-validator": "~1.2"

View File

@ -36,7 +36,7 @@
"symfony/validator": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-bundle": "~1.4",
"twig/twig": "~1.12"
},
"autoload": {