hyphenRequirement

fun hyphenRequirement(lowerVersion: String?, upperVersion: String?, type: Semver.SemverType): Requirement

Creates a requirement that satisfies "x1.y1.z1 - x2.y2.z2".

Return

the generated requirement

Parameters

lowerVersion

the version of the lower bound of the requirement

upperVersion

the version of the upper bound of the requirement

type

the version system used for this requirement