8000 doctrine/doctrine-bundle should not be a dep · symfony/symfony@e006eaf · GitHub
[go: up one dir, main page]

Skip to content

Commit e006eaf

Browse files
doctrine/doctrine-bundle should not be a dep
1 parent b6496ed commit e006eaf

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