You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the library should look for a leading 'v' ex. 'v.1.2.3' and remove it (since it's not part of the standard) also pading 0 for missing version parts ex. (1.3 becomes 1.3.0, 2 becomes 2.0 or 2.0.0)
The text was updated successfully, but these errors were encountered:
That's not a bad idea. I want to have it be more in line with the versions as they are used by Composer. X.Y is not a valid SemVer, but I suppose you are right in saying X.Y.0 was probably meant.
The main problem here is being standards compliant. Perhaps there's room for a "soft" interpreter, that fixes mistakes that have a probable fix, next to the current, rather harsh one.
The main problem here is being standards compliant. Perhaps there's room for a "soft" interpreter, that fixes mistakes that have a probable fix, next to the current, rather harsh one.
—
Reply to this email directly or view it on GitHub.
the library should look for a leading 'v' ex. 'v.1.2.3' and remove it (since it's not part of the standard) also pading 0 for missing version parts ex. (1.3 becomes 1.3.0, 2 becomes 2.0 or 2.0.0)
The text was updated successfully, but these errors were encountered: