diff options
| author | Mike McQuaid | 2018-01-19 18:34:03 +0000 | 
|---|---|---|
| committer | GitHub | 2018-01-19 18:34:03 +0000 | 
| commit | d14fd49b3062ab1d95e86b78a8228c8aee3a3304 (patch) | |
| tree | 7807d5ce96b6dee18e65e4e8be00dbf7c93611f1 | |
| parent | 3a38218a723af055fade9ab35766985691dd402a (diff) | |
| parent | 4514f7b17d241eea2cca2c69c2b54c7ae498af03 (diff) | |
| download | brew-d14fd49b3062ab1d95e86b78a8228c8aee3a3304.tar.bz2 | |
Merge pull request #3699 from MikeMcQuaid/versions-should-build
docs/Versions: versions should build.
| -rw-r--r-- | docs/Versions.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/Versions.md b/docs/Versions.md index 897df209d..282640a1f 100644 --- a/docs/Versions.md +++ b/docs/Versions.md @@ -7,6 +7,7 @@ In [homebrew/versions](https://github.com/homebrew/homebrew-versions) the formul  ## Acceptable versioned formulae  Versioned formulae we include in [homebrew/core](https://github.com/homebrew/homebrew-core) must meet the following standards: +* Versioned software should build on all Homebrew's supported versions of macOS.  * Versioned formulae should differ in major/minor (not patch) versions from the current stable release. This is because patch versions indicate bug or security updates and we want to ensure you apply security updates.  * Upstream should have a release branch for the versioned formulae version and still make security updates for that version, when necessary. For example, [PHP 5.5 was not a supported version but PHP 7.2 was](http://php.net/supported-versions.php) in January 2018  * Formulae that depend on versioned formulae must not depend on the same formulae at two different versions twice in their recursive dependencies. For example, if you depend on `openssl@1.0` and `foo`, and `foo` depends on `openssl` then you must instead use `openssl`. | 
