nikolaposa/version

shorter version numbers

staabm opened this issue · 1 comments

staabm commented

I wonder whether $v = Version::fromString('1.10'); should really throw - like it does atm -
or whether the lib should assume 1.10 is the same as 1.10.0 ?

It should - per specification, 1.10 is not a valid version number.

A normal version number MUST take the form X.Y.Z...