10000 minor #41333 doctrine/doctrine-bundle should not be a dep (nicolas-gr… · symfony/symfony@c995f1c · GitHub
[go: up one dir, main page]

Skip to content

Commit c995f1c

Browse files
committed
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 ------- e006eaf doctrine/doctrine-bundle should not be a dep
2 parents b6496ed + e006eaf commit c995f1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"doctrine/data-fixtures": "^1.1",
125125
"doctrine/dbal": "^2.6|^3.0",
126126
"doctrine/orm": "^2.6.3",
127-
"doctrine/doctrine-bundle": "^1.5|^2.0",
128127
"guzzlehttp/promises": "^1.4",
129128
"masterminds/html5": "^2.6",
130129
"monolog/monolog": "^1.25.1",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/security-http": "^4.4.5"
2828
},
2929
"require-dev": {
30-
"doctrine/doctrine-bundle": "^1.5|^2.0",
30+
"doctrine/annotations": "^1.10.4",
3131
"symfony/asset": "^3.4|^4.0|^5.0",
3232
"symfony/browser-kit": "^4.2|^5.0",
3333
"symfony/console": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)
0