Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict incompatible version 2.16.0 of doctrine/orm #7128

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

alexander-schranz
Copy link
Member

@alexander-schranz alexander-schranz commented Aug 2, 2023

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #
Related issues/PRs #7126, doctrine/orm#10867, doctrine/orm#10820, doctrine/orm#10864, doctrine/orm#10869
License MIT
Documentation PR sulu/sulu-docs#

What's in this PR?

Conflict incompatible version 2.16.0 of doctrine/orm.

Why?

There are currently various issue with the doctrine/orm 2.16.0 version which crashes sulu.

@alexander-schranz alexander-schranz added the Bug Error or unexpected behavior of already existing functionality label Aug 2, 2023
@alexander-schranz alexander-schranz merged commit 924d761 into 2.4 Aug 2, 2023
5 of 7 checks passed
@alexander-schranz alexander-schranz deleted the bugfix/conflict-doctrine-orm branch August 2, 2023 14:03
@rogamoore
Copy link
Contributor

Hello!

Yesterday doctrine/orm 2.6.1 was released, which is still crashing Sulu, so I guess it would be good to add it to the conflict list as well.

Meanwhile anyone affected by this can add the following to the composer.json:

"conflict": {
    "doctrine/orm": "2.16.*"
  },

And remove it with the next Sulu update or when a working doctrine/orm 2.16.x version is known.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Error or unexpected behavior of already existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants