minor #41333 doctrine/doctrine-bundle should not be a dep (nicolas-grekas)

This PR was merged into the 4.4 branch.

Discussion
----------

doctrine/doctrine-bundle should not be a dep

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

Commits
-------

e006eaf26a doctrine/doctrine-bundle should not be a dep
This commit is contained in:
Alexander M. Turek 2021-05-20 15:34:38 +02:00
commit c995f1c814
2 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,6 @@
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "^2.6|^3.0",
"doctrine/orm": "^2.6.3",
"doctrine/doctrine-bundle": "^1.5|^2.0",
"guzzlehttp/promises": "^1.4",
"masterminds/html5": "^2.6",
"monolog/monolog": "^1.25.1",

View File

@ -27,7 +27,7 @@
"symfony/security-http": "^4.4.5"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.5|^2.0",
"doctrine/annotations": "^1.10.4",
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^4.2|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",