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

Enforced PHP version in Composer configuration #1071

Merged
merged 1 commit into from Dec 7, 2019
Merged

Enforced PHP version in Composer configuration #1071

merged 1 commit into from Dec 7, 2019

Conversation

morozov
Copy link
Contributor

@morozov morozov commented Dec 7, 2019

This is needed in order to make sure we won't update locked dependencies to the versions that are not supported by the oldest supported PHP version while not using this verion during an update. Although, on CI we want to use the latest PHPUnit version that is supports the current PHP version.

The PHP 5.3.9 is used since this is the oldest PHP version that is supported by the currently locked dependencies (symfony/* specifically).

This is needed in order to make sure we won't update locked dependencies to the versions that are not supported by the oldest supported PHP version while not using this verion during an update. Although, on CI we want to use the latest PHPUnit version that is supports the current PHP version.

The PHP 5.3.9 is used since this is the oldest PHP version that is supported by the currently locked dependencies (symfony/* specifically).
@morozov morozov added Improvement Dependencies PHPBrew dependencies labels Dec 7, 2019
@morozov morozov self-assigned this Dec 7, 2019
@morozov morozov added this to the Release 1.25.0 milestone Dec 7, 2019
@morozov morozov merged commit 1699eac into phpbrew:master Dec 7, 2019
@morozov morozov deleted the config-platform branch December 7, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies PHPBrew dependencies Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant