diff --git a/composer.json b/composer.json index d6c555b201..32d64d35f4 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 77bd4a0cfb..cd21fafab0 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -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": {