File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Component/Messenger/Bridge/Doctrine Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
"php" : " >=7.2.5" ,
20
20
"ext-xml" : " *" ,
21
21
"doctrine/event-manager" : " ~1.0" ,
22
- "doctrine/persistence" : " ^1.3" ,
22
+ "doctrine/persistence" : " ^1.3|^2 " ,
23
23
"twig/twig" : " ^2.10|^3.0" ,
24
24
"psr/cache" : " ~1.0" ,
25
25
"psr/container" : " ^1.0" ,
111
111
"doctrine/annotations" : " ~1.0" ,
112
112
"doctrine/cache" : " ~1.6" ,
113
113
"doctrine/collections" : " ~1.0" ,
114
- "doctrine/data-fixtures" : " 1.0.* " ,
114
+ "doctrine/data-fixtures" : " ^1.1 " ,
115
115
"doctrine/dbal" : " ^2.10" ,
116
116
"doctrine/orm" : " ~2.4,>=2.4.5" ,
117
117
"doctrine/reflection" : " ~1.0" ,
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=7.2.5" ,
20
20
"doctrine/event-manager" : " ~1.0" ,
21
- "doctrine/persistence" : " ^1.3" ,
21
+ "doctrine/persistence" : " ^1.3|^2 " ,
22
22
"symfony/polyfill-ctype" : " ~1.8" ,
23
23
"symfony/polyfill-mbstring" : " ~1.0" ,
24
24
"symfony/polyfill-php80" : " ^1.15" ,
45
45
"doctrine/annotations" : " ~1.7" ,
46
46
"doctrine/cache" : " ~1.6" ,
47
47
"doctrine/collections" : " ~1.0" ,
48
- "doctrine/data-fixtures" : " 1.0.* " ,
48
+ "doctrine/data-fixtures" : " ^1.1 " ,
49
49
"doctrine/dbal" : " ^2.10" ,
50
50
"doctrine/orm" : " ^2.6.3" ,
51
51
"doctrine/reflection" : " ~1.0"
Original file line number Diff line number Diff line change 23
23
},
24
24
"require-dev" : {
25
25
"doctrine/dbal" : " ^2.10|^3.0" ,
26
- "doctrine/persistence" : " ^1.3" ,
26
+ "doctrine/persistence" : " ^1.3|^2 " ,
27
27
"symfony/property-access" : " ^4.4|^5.0" ,
28
28
"symfony/serializer" : " ^4.4|^5.0"
29
29
},
You can’t perform that action at this time.
0 commit comments