Skip to content

Commit

Permalink
Change versions separator in composer.json to double pipe (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jun 30, 2023
1 parent a257dfb commit c2331df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 000-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ The support of PHP versions supported for a package depends on

## composer.json

A logical OR operator in version ranges MUST use single pipe (`|`). For example: `"yiisoft/arrays": "^1.0|^2.0"`.
A logical OR operator in version ranges MUST use double pipe (`||`). For example: `"yiisoft/arrays": "^1.0 || ^2.0"`.

0 comments on commit c2331df

Please sign in to comment.