Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[BUGFIX] Add .0 version suffixes to PHP version requirements #183

Merged
merged 1 commit into from
Jun 14, 2020

Conversation

oliverklee
Copy link
Owner

Allowing PHP ~7.4 would allow PHP 7.5 as well (even if that version
most probably will not exist), while ~7.4.0 will not due to the way
the ~ operator for Composer version requirements works.

Allowing PHP `~7.4` would allow PHP 7.5 as well (even if that version
most probably will not exist), while `~7.4.0` will not due to the way
the `~` operator for Composer version requirements works.
@oliverklee oliverklee added the bug label Jun 14, 2020
@oliverklee oliverklee added this to the 7.5 milestone Jun 14, 2020
@oliverklee oliverklee self-assigned this Jun 14, 2020
@oliverklee oliverklee merged commit d3f51d4 into master Jun 14, 2020
@oliverklee oliverklee deleted the bugfix/php-versions branch June 14, 2020 12:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant