Skip to content

Commit 4343a97

Browse files
committed
doctrine/persistence 1.3 introduced a change of namespace which breaks with doctrine/orm 2.5
doctrine/orm 2.5 does not use doctrine/persistence, so we are not able to require doctrine/persistence 1.3 and fix issues related to change of namespace. Instead we must use the old doctrine/persistence until something else forces us to drop support of 7.0 in laravel-doctrine/1.4.
1 parent 4b9239b commit 4343a97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
3939
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*"
4040
},
41+
"conflict": {
42+
"doctrine/persistence": ">=1.3@dev"
43+
},
4144
"autoload": {
4245
"psr-4": {
4346
"LaravelDoctrine\\ORM\\": "src/"

0 commit comments

Comments
 (0)