Skip to content

Commit eebe57b

Browse files
mbabkerfranmomu
authored andcommitted
Add high versions to optional package conflicts
1 parent 66e6a60 commit eebe57b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@
7070
},
7171
"conflict": {
7272
"doctrine/annotations": "<1.13 || >=3.0",
73-
"doctrine/dbal": "<3.2",
74-
"doctrine/mongodb-odm": "<2.3",
75-
"doctrine/orm": "<2.14.0 || 2.16.0 || 2.16.1",
76-
"sebastian/comparator": "<2.0"
73+
"doctrine/dbal": "<3.2 || >=4.0",
74+
"doctrine/mongodb-odm": "<2.3 || >=3.0",
75+
"doctrine/orm": "<2.14.0 || 2.16.0 || 2.16.1 || >=3.0"
7776
},
7877
"suggest": {
7978
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",

0 commit comments

Comments
 (0)