-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Require doctrine/persistence ^1.3 #34955
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
Require doctrine/persistence ^1.3 #34955
Conversation
61c1d96
to
7af8eda
Compare
@@ -19,7 +19,7 @@ | |||
"php": "^7.1.3", | |||
"ext-xml": "*", | |||
"doctrine/event-manager": "~1.0", | |||
"doctrine/persistence": "~1.0", | |||
"doctrine/persistence": "^1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be ^1.3 || ^2.0
- we're looking for absolute parity between the two versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that would prevent testing with 1.3 for now
OK in a later PR
7af8eda
to
f2edc7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - we can add 2.0 later. We'll release 1.3 in time for an early Christmas :)
f2edc7b
to
ce5dcb9
Compare
This PR was merged into the 4.3 branch. Discussion ---------- Require doctrine/persistence ^1.3 | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - This is the only way to remove direct deprecations triggered by doctrine/persistence ^1.3. Requires v1.3.0 to be tagged before the next bug fix release. /cc @alcaeus The only deprecations that remain are triggered by the ORM now. Commits ------- ce5dcb9 Require doctrine/persistence ^1.3
@nicolas-grekas maybe this breaks stuff :D
|
sorry, this is unreleased. So a BC break on Doctrine's side. |
@ro0NL this PR did not introduce the issue, but here is the fix anyway: doctrine/persistence#82 |
This is the only way to remove direct deprecations triggered by doctrine/persistence ^1.3.
Requires v1.3.0 to be tagged before the next bug fix release.
/cc @alcaeus
The only deprecations that remain are triggered by the ORM now.