adambanaszkiewicz / semver-converter

Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
MIT License
5 stars 1 forks source link

Pad zeros to the left instead of right #4

Closed fjgarlin closed 2 years ago

fjgarlin commented 2 years ago

Left padding zeroes instead of right padding.

fjgarlin commented 2 years ago

Fixes #3

fjgarlin commented 2 years ago

Also update the phpunit framework.

fjgarlin commented 2 years ago

And I made it easy to configure if you need right padding or left padding.