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

Upgrade ocramius/package-versions to 1.11.0 #1496

Merged
merged 1 commit into from Mar 14, 2021

Conversation

maks-rafalko
Copy link
Member

Also, set min PHP version from… 7.4.0 to 7.4.7 as package-versions requires

Fixes #876

How did I tested it:

  • created a new project
  • composer require infection/infection (loaded 0.21.4)
  • rm -rf vendor
  • composer install --no-scripts
  • vendor/bin/infection -V - 0.21.4 (OK). Note that ocramius/package-versions's composer.lock file containes 0.16.4, so the issue is fixed as I see

… 7.4.0 to 7.4.7 as `package-versions` requires

Fixes #876
@maks-rafalko maks-rafalko added this to the 0.22.0 milestone Mar 14, 2021
@maks-rafalko maks-rafalko enabled auto-merge (squash) March 14, 2021 13:27
@maks-rafalko maks-rafalko merged commit f8d2447 into master Mar 14, 2021
@maks-rafalko maks-rafalko deleted the bugfix/package-versions branch March 14, 2021 13:39
@maks-rafalko
Copy link
Member Author

Thank you @sanmai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

composer install --no-scripts installs 0.13.4 instead of 0.15.0
2 participants