summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-11-23 16:45:32 +0100
committerPeter Kokot <peterkokot@gmail.com>2018-11-23 21:20:13 +0100
commit0c82597ae3106d71bb9b959980ffd1ece3c94395 (patch)
tree5c2d567cdb7bbaec15c3f6c29a924a4fc02680b4 /CONTRIBUTING.md
parent9eac14c79460a92120fec03ce29ddee0acb81a67 (diff)
downloadphp-git-0c82597ae3106d71bb9b959980ffd1ece3c94395.tar.gz
[ci skip] PHP 7.1 is now security-only branch
Refs: - http://news.php.net/php.internals/103486
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f71f72a1d1..f540c5d3c4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,9 +14,9 @@ implement RFCs. Please be sure to include tests as appropriate!
If you are fixing a bug, then please submit your PR against the lowest actively
supported branch of PHP that the bug affects (only green branches on
[the supported version page](http://php.net/supported-versions.php) are supported).
-For example, at the time of writing in early-2018, the lowest supported version is
-PHP 7.1, which corresponds to the `PHP-7.1` branch in Git. Please also make sure you
-add a link to the PR in the bug on [the bug tracker](https://bugs.php.net/).
+For example, at the time of writing, the lowest supported version is PHP 7.2,
+which corresponds to the `PHP-7.2` branch in Git. Please also make sure you add
+a link to the PR in the bug on [the bug tracker](https://bugs.php.net/).
Pull requests implementing RFCs should be submitted against `master`.