removed the ~= operator
This commit is contained in:
parent
38a26f3fbc
commit
e5f8d610aa
|
@ -401,7 +401,7 @@ Version Specifiers
|
|||
|
||||
Version specifiers are a series of conditional operators and
|
||||
version numbers, separated by commas. Conditional operators
|
||||
must be one of "<", ">", "<=", ">=", "==", "~=" and "!=".
|
||||
must be one of "<", ">", "<=", ">=", "==" and "!=".
|
||||
|
||||
Any number of conditional operators can be specified, e.g.
|
||||
the string ">1.0, !=1.3.4, <2.0" is a legal version declaration.
|
||||
|
|
Loading…
Reference in New Issue