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

Remove always false PHP version comparison if statements #401

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

nimah79
Copy link
Contributor

@nimah79 nimah79 commented Dec 15, 2023

This PR removes the if statements that check if the value of PHP_VERSION_ID is less than 70400 (the PHP version is older than 7.4). These expressions are always false, as the minimum required PHP version of the package is 8.1.

@PhiloNL PhiloNL merged commit fce42df into wire-elements:main Jan 6, 2024
1 check passed
@PhiloNL
Copy link
Contributor

PhiloNL commented Jan 6, 2024

Thanks!

camerontucker added a commit to regentcollege/modal that referenced this pull request Jan 16, 2024
Remove PHP version comparison if statements (wire-elements#401)
camerontucker added a commit to regentcollege/modal that referenced this pull request Jan 16, 2024
Remove PHP version comparison if statements (wire-elements#401)
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

2 participants