-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove leading 'v' character from version strings
- Loading branch information
Showing
44 changed files
with
498 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...s/HasEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Caret/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#caret-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-caret-stable/01-major-trimmed": "^1", | ||
"leading-v-caret-stable/02-major-untrimmed": "^1", | ||
"leading-v-caret-stable/03-major-minor-trimmed": "^1.2", | ||
"leading-v-caret-stable/04-major-minor-untrimmed": "^1.2", | ||
"leading-v-caret-stable/05-major-minor-patch-trimmed": "^1.2.3", | ||
"leading-v-caret-stable/06-major-minor-patch-untrimmed": "^1.2.3" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...nts/HasEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Caret/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#caret-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-caret-stable/01-major-trimmed": "^v1", | ||
"leading-v-caret-stable/02-major-untrimmed": " ^v1 ", | ||
"leading-v-caret-stable/03-major-minor-trimmed": "^v1.2", | ||
"leading-v-caret-stable/04-major-minor-untrimmed": " ^v1.2 ", | ||
"leading-v-caret-stable/05-major-minor-patch-trimmed": "^v1.2.3", | ||
"leading-v-caret-stable/06-major-minor-patch-untrimmed": " ^v1.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...HasEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Caret/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#caret-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-caret-unstable/01-major-trimmed": "^0", | ||
"leading-v-caret-unstable/02-major-untrimmed": "^0", | ||
"leading-v-caret-unstable/03-major-minor-trimmed": "^0.1", | ||
"leading-v-caret-unstable/04-major-minor-untrimmed": "^0.1", | ||
"leading-v-caret-unstable/05-major-minor-patch-trimmed": "^0.1.2", | ||
"leading-v-caret-unstable/06-major-minor-patch-untrimmed": "^0.1.2" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...s/HasEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Caret/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#caret-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-caret-unstable/01-major-trimmed": "^v0", | ||
"leading-v-caret-unstable/02-major-untrimmed": " ^v0 ", | ||
"leading-v-caret-unstable/03-major-minor-trimmed": "^v0.1", | ||
"leading-v-caret-unstable/04-major-minor-untrimmed": " ^v0.1 ", | ||
"leading-v-caret-unstable/05-major-minor-patch-trimmed": "^v0.1.2", | ||
"leading-v-caret-unstable/06-major-minor-patch-untrimmed": " ^v0.1.2 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...tries/Yes/HasNormalizedVersionConstraints/No/LeadingV/ExactVersion/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#exact-version-constraint", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-exact-version-stable/01-major-trimmed": "1", | ||
"leading-v-exact-version-stable/02-major-untrimmed": "1", | ||
"leading-v-exact-version-stable/03-major-minor-trimmed": "1.2", | ||
"leading-v-exact-version-stable/04-major-minor-untrimmed": "1.2", | ||
"leading-v-exact-version-stable/05-major-minor-patch-trimmed": "1.2.3", | ||
"leading-v-exact-version-stable/06-major-minor-patch-untrimmed": "1.2.3" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Entries/Yes/HasNormalizedVersionConstraints/No/LeadingV/ExactVersion/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#exact-version-constraint", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-exact-version-stable/01-major-trimmed": "v1", | ||
"leading-v-exact-version-stable/02-major-untrimmed": " v1 ", | ||
"leading-v-exact-version-stable/03-major-minor-trimmed": "v1.2", | ||
"leading-v-exact-version-stable/04-major-minor-untrimmed": " v1.2 ", | ||
"leading-v-exact-version-stable/05-major-minor-patch-trimmed": "v1.2.3", | ||
"leading-v-exact-version-stable/06-major-minor-patch-untrimmed": " v1.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ies/Yes/HasNormalizedVersionConstraints/No/LeadingV/ExactVersion/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#exact-version-constraint", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-exact-version-unstable/01-major-trimmed": "0", | ||
"leading-v-exact-version-unstable/02-major-untrimmed": "0", | ||
"leading-v-exact-version-unstable/03-major-minor-trimmed": "0.1", | ||
"leading-v-exact-version-unstable/04-major-minor-untrimmed": "0.1", | ||
"leading-v-exact-version-unstable/05-major-minor-patch-trimmed": "0.1.2", | ||
"leading-v-exact-version-unstable/06-major-minor-patch-untrimmed": "0.1.2" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...tries/Yes/HasNormalizedVersionConstraints/No/LeadingV/ExactVersion/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#exact-version-constraint", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-exact-version-unstable/01-major-trimmed": "v0", | ||
"leading-v-exact-version-unstable/02-major-untrimmed": " v0 ", | ||
"leading-v-exact-version-unstable/03-major-minor-trimmed": "v0.1", | ||
"leading-v-exact-version-unstable/04-major-minor-untrimmed": " v0.1 ", | ||
"leading-v-exact-version-unstable/05-major-minor-patch-trimmed": "v0.1.2", | ||
"leading-v-exact-version-unstable/06-major-minor-patch-untrimmed": " v0.1.2 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThan/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-stable/01-major-trimmed": ">1", | ||
"leading-v-greater-than-stable/02-major-untrimmed": ">1", | ||
"leading-v-greater-than-stable/03-major-minor-trimmed": ">1.2", | ||
"leading-v-greater-than-stable/04-major-minor-untrimmed": ">1.2", | ||
"leading-v-greater-than-stable/05-major-minor-patch-trimmed": ">1.2.3", | ||
"leading-v-greater-than-stable/06-major-minor-patch-untrimmed": ">1.2.3" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...sEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThan/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-stable/01-major-trimmed": ">v1", | ||
"leading-v-greater-than-stable/02-major-untrimmed": " >v1 ", | ||
"leading-v-greater-than-stable/03-major-minor-trimmed": " >v1.2 ", | ||
"leading-v-greater-than-stable/04-major-minor-untrimmed": " >v1.2 ", | ||
"leading-v-greater-than-stable/05-major-minor-patch-trimmed": ">v1.2.3", | ||
"leading-v-greater-than-stable/06-major-minor-patch-untrimmed": " >v1.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ries/Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThan/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-unstable/01-major-trimmed": ">0", | ||
"leading-v-greater-than-unstable/02-major-untrimmed": ">0", | ||
"leading-v-greater-than-unstable/03-major-minor-trimmed": ">0.1", | ||
"leading-v-greater-than-unstable/04-major-minor-untrimmed": ">0.1", | ||
"leading-v-greater-than-unstable/05-major-minor-patch-trimmed": ">0.1.2", | ||
"leading-v-greater-than-unstable/06-major-minor-patch-untrimmed": ">0.1.2" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThan/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-unstable/01-major-trimmed": ">v0", | ||
"leading-v-greater-than-unstable/02-major-untrimmed": " >v0 ", | ||
"leading-v-greater-than-unstable/03-major-minor-trimmed": " >v0.1 ", | ||
"leading-v-greater-than-unstable/04-major-minor-untrimmed": " >v0.1 ", | ||
"leading-v-greater-than-unstable/05-major-minor-patch-trimmed": ">v0.1.2", | ||
"leading-v-greater-than-unstable/06-major-minor-patch-untrimmed": " >v0.1.2 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThanOrEqual/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-or-equal-stable/01-major-trimmed": ">=1", | ||
"leading-v-greater-than-or-equal-stable/02-major-untrimmed": ">=1", | ||
"leading-v-greater-than-or-equal-stable/03-major-minor-trimmed": ">=1.2", | ||
"leading-v-greater-than-or-equal-stable/04-major-minor-untrimmed": ">=1.2", | ||
"leading-v-greater-than-or-equal-stable/05-major-minor-patch-trimmed": ">=1.2.3", | ||
"leading-v-greater-than-or-equal-stable/06-major-minor-patch-untrimmed": ">=1.2.3" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...s/Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThanOrEqual/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-or-equal-stable/01-major-trimmed": ">=v1", | ||
"leading-v-greater-than-or-equal-stable/02-major-untrimmed": " >=v1 ", | ||
"leading-v-greater-than-or-equal-stable/03-major-minor-trimmed": " >=v1.2 ", | ||
"leading-v-greater-than-or-equal-stable/04-major-minor-untrimmed": " >=v1.2 ", | ||
"leading-v-greater-than-or-equal-stable/05-major-minor-patch-trimmed": ">=v1.2.3", | ||
"leading-v-greater-than-or-equal-stable/06-major-minor-patch-untrimmed": " >=v1.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...s/HasNormalizedVersionConstraints/No/LeadingV/GreaterThanOrEqual/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-or-equal-unstable/01-major-trimmed": ">=0", | ||
"leading-v-greater-than-or-equal-unstable/02-major-untrimmed": ">=0", | ||
"leading-v-greater-than-or-equal-unstable/03-major-minor-trimmed": ">=0.1", | ||
"leading-v-greater-than-or-equal-unstable/04-major-minor-untrimmed": ">=0.1", | ||
"leading-v-greater-than-or-equal-unstable/05-major-minor-patch-trimmed": ">=0.1.2", | ||
"leading-v-greater-than-or-equal-unstable/06-major-minor-patch-untrimmed": ">=0.1.2" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Yes/HasNormalizedVersionConstraints/No/LeadingV/GreaterThanOrEqual/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-greater-than-or-equal-unstable/01-major-trimmed": ">=v0", | ||
"leading-v-greater-than-or-equal-unstable/02-major-untrimmed": " >=v0 ", | ||
"leading-v-greater-than-or-equal-unstable/03-major-minor-trimmed": " >=v0.1 ", | ||
"leading-v-greater-than-or-equal-unstable/04-major-minor-untrimmed": " >=v0.1 ", | ||
"leading-v-greater-than-or-equal-unstable/05-major-minor-patch-trimmed": ">=v0.1.2", | ||
"leading-v-greater-than-or-equal-unstable/06-major-minor-patch-untrimmed": " >=v0.1.2 " | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...Entries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Hyphenated/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#hyphenated-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-hyphenated-stable/01-major-surrounded-by-space-single-trimmed": "1 - 2", | ||
"leading-v-hyphenated-stable/02-major-surrounded-by-space-single-untrimmed": "1 - 2", | ||
"leading-v-hyphenated-stable/03-major-surrounded-by-space-double-trimmed": "1 - 2", | ||
"leading-v-hyphenated-stable/04-major-surrounded-by-space-double-untrimmed": "1 - 2", | ||
"leading-v-hyphenated-stable/05-major-minor-surrounded-by-space-single-trimmed": "1.2 - 2.3", | ||
"leading-v-hyphenated-stable/06-major-minor-surrounded-by-space-single-untrimmed": "1.2 - 2.3", | ||
"leading-v-hyphenated-stable/07-major-minor-surrounded-by-space-double-trimmed": "1.2 - 2.3", | ||
"leading-v-hyphenated-stable/08-major-minor-surrounded-by-space-double-untrimmed": "1.2 - 2.3", | ||
"leading-v-hyphenated-stable/09-major-minor-patch-surrounded-by-space-single-trimmed": "1.2.3 - 2.3.4", | ||
"leading-v-hyphenated-stable/10-major-minor-patch-surrounded-by-space-single-untrimmed": "1.2.3 - 2.3.4", | ||
"leading-v-hyphenated-stable/11-major-minor-patch-surrounded-by-space-double-trimmed": "1.2.3 - 2.3.4", | ||
"leading-v-hyphenated-stable/12-major-minor-patch-surrounded-by-space-double-untrimmed": "1.2.3 - 2.3.4" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...asEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Hyphenated/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#hyphenated-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-hyphenated-stable/01-major-surrounded-by-space-single-trimmed": "v1 - v2", | ||
"leading-v-hyphenated-stable/02-major-surrounded-by-space-single-untrimmed": " v1 - v2 ", | ||
"leading-v-hyphenated-stable/03-major-surrounded-by-space-double-trimmed": "v1 - v2", | ||
"leading-v-hyphenated-stable/04-major-surrounded-by-space-double-untrimmed": " v1 - v2 ", | ||
"leading-v-hyphenated-stable/05-major-minor-surrounded-by-space-single-trimmed": "v1.2 - v2.3", | ||
"leading-v-hyphenated-stable/06-major-minor-surrounded-by-space-single-untrimmed": " v1.2 - v2.3 ", | ||
"leading-v-hyphenated-stable/07-major-minor-surrounded-by-space-double-trimmed": "v1.2 - v2.3", | ||
"leading-v-hyphenated-stable/08-major-minor-surrounded-by-space-double-untrimmed": " v1.2 - v2.3 ", | ||
"leading-v-hyphenated-stable/09-major-minor-patch-surrounded-by-space-single-trimmed": "v1.2.3 - v2.3.4", | ||
"leading-v-hyphenated-stable/10-major-minor-patch-surrounded-by-space-single-untrimmed": " v1.2.3 - v2.3.4 ", | ||
"leading-v-hyphenated-stable/11-major-minor-patch-surrounded-by-space-double-trimmed": "v1.2.3 - v2.3.4", | ||
"leading-v-hyphenated-stable/12-major-minor-patch-surrounded-by-space-double-untrimmed": " v1.2.3 - v2.3.4" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...tries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Hyphenated/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#hyphenated-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-hyphenated-unstable/01-major-minor-surrounded-by-space-single-trimmed": "0.1 - 0.2", | ||
"leading-v-hyphenated-unstable/02-major-minor-surrounded-by-space-single-untrimmed": "0.1 - 0.2", | ||
"leading-v-hyphenated-unstable/03-major-minor-surrounded-by-space-double-trimmed": "0.1 - 0.2", | ||
"leading-v-hyphenated-unstable/04-major-minor-surrounded-by-space-double-untrimmed": "0.1 - 0.2", | ||
"leading-v-hyphenated-unstable/05-major-minor-patch-surrounded-by-space-single-trimmed": "0.1.2 - 0.2.3", | ||
"leading-v-hyphenated-unstable/06-major-minor-patch-surrounded-by-space-single-untrimmed": "0.1.2 - 0.2.3", | ||
"leading-v-hyphenated-unstable/07-major-minor-patch-surrounded-by-space-double-trimmed": "0.1.2 - 0.2.3", | ||
"leading-v-hyphenated-unstable/08-major-minor-patch-surrounded-by-space-double-untrimmed": "0.1.2 - 0.2.3" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...Entries/Yes/HasNormalizedVersionConstraints/No/LeadingV/Hyphenated/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#hyphenated-version-range-", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-hyphenated-unstable/01-major-minor-surrounded-by-space-single-trimmed": "v0.1 - v0.2", | ||
"leading-v-hyphenated-unstable/02-major-minor-surrounded-by-space-single-untrimmed": " v0.1 - v0.2 ", | ||
"leading-v-hyphenated-unstable/03-major-minor-surrounded-by-space-double-trimmed": "v0.1 - v0.2", | ||
"leading-v-hyphenated-unstable/04-major-minor-surrounded-by-space-double-untrimmed": " v0.1 - v0.2 ", | ||
"leading-v-hyphenated-unstable/05-major-minor-patch-surrounded-by-space-single-trimmed": "v0.1.2 - v0.2.3", | ||
"leading-v-hyphenated-unstable/06-major-minor-patch-surrounded-by-space-single-untrimmed": " v0.1.2 - v0.2.3 ", | ||
"leading-v-hyphenated-unstable/07-major-minor-patch-surrounded-by-space-double-trimmed": "v0.1.2 - v0.2.3", | ||
"leading-v-hyphenated-unstable/08-major-minor-patch-surrounded-by-space-double-untrimmed": " v0.1.2 - v0.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...asEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/LessThan/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-less-than-stable/01-major-trimmed": "<1", | ||
"leading-v-less-than-stable/02-major-untrimmed": "<1", | ||
"leading-v-less-than-stable/03-major-minor-trimmed": "<1.2", | ||
"leading-v-less-than-stable/04-major-minor-untrimmed": "<1.2", | ||
"leading-v-less-than-stable/05-major-minor-patch-trimmed": "<1.2.3", | ||
"leading-v-less-than-stable/06-major-minor-patch-untrimmed": "<1.2.3" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
.../HasEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/LessThan/Stable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-less-than-stable/01-major-trimmed": "<v1", | ||
"leading-v-less-than-stable/02-major-untrimmed": " <v1 ", | ||
"leading-v-less-than-stable/03-major-minor-trimmed": " <v1.2 ", | ||
"leading-v-less-than-stable/04-major-minor-untrimmed": " <v1.2 ", | ||
"leading-v-less-than-stable/05-major-minor-patch-trimmed": "<v1.2.3", | ||
"leading-v-less-than-stable/06-major-minor-patch-untrimmed": " <v1.2.3 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Entries/Yes/HasNormalizedVersionConstraints/No/LeadingV/LessThan/Unstable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-less-than-unstable/01-major-trimmed": "<0", | ||
"leading-v-less-than-unstable/02-major-untrimmed": "<0", | ||
"leading-v-less-than-unstable/03-major-minor-trimmed": "<0.1", | ||
"leading-v-less-than-unstable/04-major-minor-untrimmed": "<0.1", | ||
"leading-v-less-than-unstable/05-major-minor-patch-trimmed": "<0.1.2", | ||
"leading-v-less-than-unstable/06-major-minor-patch-untrimmed": "<0.1.2" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...asEntries/Yes/HasNormalizedVersionConstraints/No/LeadingV/LessThan/Unstable/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-less-than-unstable/01-major-trimmed": "<v0", | ||
"leading-v-less-than-unstable/02-major-untrimmed": " <v0 ", | ||
"leading-v-less-than-unstable/03-major-minor-trimmed": " <v0.1 ", | ||
"leading-v-less-than-unstable/04-major-minor-untrimmed": " <v0.1 ", | ||
"leading-v-less-than-unstable/05-major-minor-patch-trimmed": "<v0.1.2", | ||
"leading-v-less-than-unstable/06-major-minor-patch-untrimmed": " <v0.1.2 " | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...es/Yes/HasNormalizedVersionConstraints/No/LeadingV/LessThanOrEqual/Stable/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://getcomposer.org/doc/articles/versions.md#version-range", | ||
"value-contains-packages-and-version-constraints": { | ||
"leading-v-less-than-or-equal-stable/01-major-trimmed": "<=1", | ||
"leading-v-less-than-or-equal-stable/02-major-untrimmed": "<=1", | ||
"leading-v-less-than-or-equal-stable/03-major-minor-trimmed": "<=1.2", | ||
"leading-v-less-than-or-equal-stable/04-major-minor-untrimmed": "<=1.2", | ||
"leading-v-less-than-or-equal-stable/05-major-minor-patch-trimmed": "<=1.2.3", | ||
"leading-v-less-than-or-equal-stable/06-major-minor-patch-untrimmed": "<=1.2.3" | ||
} | ||
} |
Oops, something went wrong.