minor #34060 [SecurityBundle] test with doctrine-bundle 2 (nicolas-grekas)

This PR was merged into the 4.4 branch.

Discussion
----------

[SecurityBundle] test with doctrine-bundle 2

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

e3261f4f7f [SecurityBundle] test with doctrine-bundle 2
This commit is contained in:
Nicolas Grekas 2019-10-23 10:59:42 +02:00
commit 5d82cf3fca
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
"doctrine/dbal": "~2.4",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/reflection": "~1.0",
"doctrine/doctrine-bundle": "~1.4",
"doctrine/doctrine-bundle": "^1.5|^2.0",
"guzzlehttp/promises": "^1.3.1",
"masterminds/html5": "^2.6",
"monolog/monolog": "^1.25.1",

View File

@ -43,7 +43,7 @@
"symfony/var-dumper": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"doctrine/doctrine-bundle": "~1.5",
"doctrine/doctrine-bundle": "^1.5|^2.0",
"twig/twig": "^1.41|^2.10|^3.0"
},
"conflict": {