Skip to content

Commit 4a8265f

Browse files
authored
Add conflict "doctrine/persistence": "<1.3.0"
Add conflict "doctrine/persistence": "<1.3.0"
1 parent f7a8b0f commit 4a8265f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,8 @@
119119
"ext-mongo": "1.6.14"
120120
},
121121
"prefer-stable": true
122-
}
122+
},
123+
"conflict": {
124+
"doctrine/persistence": "<1.3.0"
125+
}
123126
}

0 commit comments

Comments
 (0)