diff --git a/doc/articles/versions.md b/doc/articles/versions.md index b1f71f0fc..47f1f8910 100644 --- a/doc/articles/versions.md +++ b/doc/articles/versions.md @@ -124,6 +124,11 @@ will be treated as a **logical OR**. AND has higher precedence than OR. > unexpectedly installing versions that break backwards compatibility. > Consider using the [caret](#caret-version-range-) operator instead for safety. + +> **Note:** In older versions of Composer the single pipe (`|`) was the +> recommended alternative to the **logical OR**. Thus for backwards compatibility +> the single pipe (`|`) will still be treated as a **logical OR**. + Examples: * `>=1.0`