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

fix(php-buildpack): replace best_*_version functions #342

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

Frzk
Copy link
Contributor

@Frzk Frzk commented Jul 27, 2023

Replace the best_{composer,nginx,php}_version functions with a more generic one called php::retrieve_component_semantic_version.

This also introduces a php::semver::resolve_version function.

All this should allow for better error management and handling.

Related to #279

@Frzk Frzk self-assigned this Jul 27, 2023
Replace the `best_{composer,nginx,php}_version` functions with a more
generic one called `php::retrieve_component_semantic_version`.

This also introduces a `php::semver::resolve_version` function.

All this should allow for better error management and handling.
@Frzk Frzk force-pushed the fix/php-buildpack/279/better_error_handling branch from 53f14e6 to ca0f2e4 Compare February 12, 2024 16:45
@Frzk Frzk marked this pull request as ready for review February 19, 2024 13:40
@Frzk Frzk requested a review from EtienneM February 19, 2024 14:02
@Frzk Frzk merged commit 1490eb0 into master Feb 19, 2024
2 checks passed
@Frzk Frzk deleted the fix/php-buildpack/279/better_error_handling branch February 19, 2024 17:22
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.

2 participants