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 TLD updater script #329

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Commits on Jul 4, 2024

  1. Fix TLD updater script

    In laminas#298 the `$validTlds` property declaration was changed but the regex in the script was not.
    
    This patch also removes the check for `ext-intl` which is already available in CI, and instead outputs an error when not available. This has the side effect of 100% type coverage
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    797b955 View commit details
    Browse the repository at this point in the history