Skip to content

Commit 0c8703d

Browse files
Revert "minor #27609 Remove direct dependencies on doctrine/common (Majkl578)"
This reverts commit 92c37b9711b3e296ad427d590ac49488c73d71b2, reversing changes made to bc8d4f627eae1d659c86cbd01ae14b5530df5b6b.
2 parents e8dcf01 + a7751cc commit 0c8703d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"doctrine/collections": "~1.0",
21-
"doctrine/event-manager": "~1.0",
22-
"doctrine/persistence": "~1.0",
20+
"doctrine/common": "~2.4@stable",
2321
"symfony/polyfill-ctype": "~1.8",
2422
"symfony/polyfill-mbstring": "~1.0"
2523
},
@@ -35,12 +33,9 @@
3533
"symfony/expression-language": "~3.4|~4.0",
3634
"symfony/validator": "~3.4|~4.0",
3735
"symfony/translation": "~3.4|~4.0",
38-
"doctrine/annotations": "~1.0",
39-
"doctrine/cache": "~1.6",
4036
"doctrine/data-fixtures": "1.0.*",
4137
"doctrine/dbal": "~2.4",
42-
"doctrine/orm": "^2.4.5",
43-
"doctrine/reflection": "~1.0"
38+
"doctrine/orm": "^2.4.5"
4439
},
4540
"conflict": {
4641
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",

0 commit comments

Comments
 (0)