File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
src/Symfony/Bridge/Doctrine Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.1.3" ,
20
20
"ext-xml" : " *" ,
21
- "doctrine/collections" : " ~1.0" ,
22
- "doctrine/event-manager" : " ~1.0" ,
23
- "doctrine/persistence" : " ~1.0" ,
21
+ "doctrine/common" : " ~2.4@stable" ,
24
22
"fig/link-util" : " ^1.0" ,
25
23
"twig/twig" : " ^1.35|^2.4.4" ,
26
24
"psr/cache" : " ~1.0" ,
93
91
"doctrine/data-fixtures" : " 1.0.*" ,
94
92
"doctrine/dbal" : " ~2.4" ,
95
93
"doctrine/orm" : " ~2.4,>=2.4.5" ,
96
- "doctrine/reflection" : " ~1.0" ,
97
94
"doctrine/doctrine-bundle" : " ~1.4" ,
98
95
"monolog/monolog" : " ~1.11" ,
99
96
"ocramius/proxy-manager" : " ~0.4|~1.0|~2.0" ,
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"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" ,
23
21
"symfony/polyfill-ctype" : " ~1.8" ,
24
22
"symfony/polyfill-mbstring" : " ~1.0"
25
23
},
35
33
"symfony/expression-language" : " ~3.4|~4.0" ,
36
34
"symfony/validator" : " ~3.4|~4.0" ,
37
35
"symfony/translation" : " ~3.4|~4.0" ,
38
- "doctrine/annotations" : " ~1.0" ,
39
- "doctrine/cache" : " ~1.6" ,
40
36
"doctrine/data-fixtures" : " 1.0.*" ,
41
37
"doctrine/dbal" : " ~2.4" ,
42
- "doctrine/orm" : " ^2.4.5" ,
43
- "doctrine/reflection" : " ~1.0"
38
+ "doctrine/orm" : " ^2.4.5"
44
39
},
45
40
"conflict" : {
46
41
"phpunit/phpunit" : " <4.8.35|<5.4.3,>=5.0" ,
You can’t perform that action at this time.
0 commit comments