Skip to content

someshwer version comparision

Someshwer Bandapally edited this page Oct 17, 2018 · 1 revision

This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.

Clone this wiki locally