8000 Revert "minor #27609 Remove direct dependencies on doctrine/common (M… · symfony/symfony@5fe78a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fe78a3

Browse files
Revert "minor #27609 Remove direct dependencies on doctrine/common (Majkl578)"
This reverts commit 92c37b9, reversing changes made to bc8d4f6.
2 parents 7b6ad74 + 0cfbed1 commit 5fe78a3

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"require": {
1919
"php": "^7.1.3",
2020
"ext-xml": "*",
21-
"doctrine/collections": "~1.0",
22-
"doctrine/event-manager": "~1.0",
23-
"doctrine/persistence": "~1.0",
21+
"doctrine/common": "~2.4@stable",
2422
"fig/link-util": "^1.0",
2523
"twig/twig": "^1.35|^2.4.4",
2624
"psr/cache": "~1.0",
@@ -93,7 +91,6 @@
9391
"doctrine/data-fixtures": "1.0.*",
9492
"doctrine/dbal": "~2.4",
9593
"doctrine/orm": "~2.4,>=2.4.5",
96-
"doctrine/reflection": "~1.0",
9794
"doctrine/doctrine-bundle": "~1.4",
9895
"monolog/monolog": "~1.11",
9996
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",

src/Symfony/Bridge/Doctrine/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)
0