1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Rendering fix, refs #4172

This commit is contained in:
Jordi Boggiano 2015-07-04 11:56:17 +01:00
parent 812167b2a0
commit e817dba90c

View file

@ -20,7 +20,7 @@ Example: `1.0.2`
By using comparison operators you can specify ranges of valid versions. Valid
operators are `>`, `>=`, `<`, `<=`, `!=`.
You can define multiple ranges. Ranges separated by a space (<code> </code>)
You can define multiple ranges. Ranges separated by a space (<code>&nbsp;</code>)
or comma (`,`) will be treated as a **logical AND**. A double pipe (`||`)
will be treated as a **logical OR**. AND has higher precedence than OR.