Skip to content

Tilde to caret normalization issue for pre-1.0 versions #1473

Description

@duchymor

Currently normalizer does this:

-    "foo/bar": "~0.1"
+    "foo/bar": "^0.1"

This is wrong because
~0.1 evaluates to >=0.1 <1.0
however
^0.1 evalueates to >=0.1 <0.2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions