Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 000-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ The support of PHP versions supported for a package depends on
- Packages and application templates MIGHT have supported versions that work with unsupported PHP versions.
- Bumping minimal PHP version in a package or an application template is considered a minor change.
- Exception: PHP 7.4 MIGHT not be considered.

## composer.json

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