TASK: Update doctrine/orm requirement from ^2.7, <2.9 to ^2.9.3#2495
Merged
kdambekalns merged 7 commits intomasterfrom Aug 25, 2021
Merged
TASK: Update doctrine/orm requirement from ^2.7, <2.9 to ^2.9.3#2495kdambekalns merged 7 commits intomasterfrom
kdambekalns merged 7 commits intomasterfrom
Conversation
Updates the requirements on [doctrine/orm](https://github.com/doctrine/orm) to permit the latest version. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](doctrine/orm@v2.7.0...2.9.2) --- updated-dependencies: - dependency-name: doctrine/orm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
albe
reviewed
Jun 14, 2021
Contributor
|
Okay, so 2.9.3 is again compatible (as far as tests can tell) 👍 |
Contributor
Author
|
A newer version of doctrine/orm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Needs doctrine/common ^3.0.3 and doctrine/dbal ^2.13
Contributor
|
NOTE:
|
albe
reviewed
Jul 2, 2021
Contributor
# Conflicts: # Neos.Flow/composer.json # composer.json
Member
Member
|
The build failure is caused by Guzzle vs Behat, see #2547 |
Contributor
|
Only needed to make "lowest-dependencies" work. And only if on PHP8. So, lowest-dependencies-but-highest-platform? |
kdambekalns
approved these changes
Aug 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on
to permit the latest version.