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

Update locked composer/package-versions-deprecated for compatibility with PHP 8.0 #4207

Merged
merged 1 commit into from Aug 14, 2020

Conversation

morozov
Copy link
Member

@morozov morozov commented Aug 13, 2020

Q A
Type improvement
BC Break no

Fixes #4200. See composer/package-versions-deprecated#7.

@morozov morozov added this to the 3.0.0 milestone Aug 13, 2020
@morozov morozov linked an issue Aug 13, 2020 that may be closed by this pull request
1 task
@morozov morozov requested a review from greg0ire August 13, 2020 15:55
@@ -3547,5 +3555,5 @@
"platform-overrides": {
"php": "7.3.0"
},
"plugin-api-version": "1.1.0"
"plugin-api-version": "2.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks suspicious, but since the CI passes, I suppose this doesn't prevent using Composer 1 to install vendor packages like I thought it would.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks suspicious

I used Composer 2 to make the update, so it's expected.

I suppose this doesn't prevent using Composer 1 to install vendor packages like I thought it would.

It shouldn't. It just guarantees that the dependencies were installed with Composer 2, and its plugin API is available for packages (e.g. Composer\PackageVersions). And it's only for CI anyways.

@morozov morozov merged commit c70832a into doctrine:3.0.x Aug 14, 2020
@morozov morozov deleted the issues/4200 branch August 14, 2020 14:22
@morozov morozov self-assigned this Aug 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies for compatibility with PHP 8.0
2 participants