diff options
author | Bishop Bettini <bishop.bettini@gmail.com> | 2018-01-05 21:49:52 -0500 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-01-06 21:12:12 +0100 |
commit | e3f58de30baf927b5d1e56fc99b38d2c49238513 (patch) | |
tree | b362722eebeb3c501ce24ef45d33d6f8a8601b46 /CONTRIBUTING.md | |
parent | 5c628d77048de96169c973cc7ce8f67db46bcaff (diff) | |
download | php-git-e3f58de30baf927b5d1e56fc99b38d2c49238513.tar.gz |
PHP 7.1 is the new hotness
PHP 7.0 entered security fix phase.
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab4e87417..33e86dd69a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,8 @@ 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 mid-2017, the lowest supported version is -PHP 7.0, which corresponds to the `PHP-7.0` branch in Git. Please also make sure you +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/). Pull requests implementing RFCs should be submitted against `master`. |