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

Add dg/bypass-finals to the conflict packages list #1605

Merged
merged 2 commits into from Nov 27, 2021

Conversation

alex-ception
Copy link
Contributor

@alex-ception alex-ception commented Nov 25, 2021

This PR adds the library dg/bypass-finals to the conflict section of composer.json file since infection and bypass-finals aren't compatibles yet.

Related to #1275

composer.json Outdated
@@ -67,7 +67,8 @@
"webmozart/path-util": "^2.3"
},
"conflict": {
"phpunit/php-code-coverage": ">9 <9.1.4"
"phpunit/php-code-coverage": ">9 <9.1.4",
"dg/bypass-finals": "*"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"dg/bypass-finals": "*"
"dg/bypass-finals": "*"

Copy link
Member

Choose a reason for hiding this comment

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

also, please run composer update --lock to fix

  • The lock file is not up to date with the latest changes in composer.json, it is recommended that you run composer update or composer update <package name>.

@sanmai sanmai self-requested a review November 25, 2021 15:36
@sanmai
Copy link
Member

sanmai commented Nov 25, 2021

I feel like this is a conflict for infection/include-interceptor not for Infection itself.

See infection/include-interceptor#13 dg/bypass-finals#9

@maks-rafalko maks-rafalko enabled auto-merge (squash) November 27, 2021 09:20
@maks-rafalko maks-rafalko added this to the next milestone Nov 27, 2021
@maks-rafalko
Copy link
Member

I feel like this is a conflict for infection/include-interceptor not for Infection itself.

yes and no. Someone should still be able to use interceptor (for whatever reason) without Infection, even if they use bypass-finals.

So let's add it here for now just to avoid Infection's users time waste. I really hope we will soon revert it if bypass-finals's author answers to me here dg/bypass-finals#9 (comment)

@maks-rafalko maks-rafalko merged commit f60fbc5 into infection:master Nov 27, 2021
@maks-rafalko maks-rafalko modified the milestones: next, 0.26.0 Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants