From 3c71d1a378521f02e18deb08a922c8bf5933cffe Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 3 Jul 2019 15:06:08 +0200 Subject: [PATCH] removed mentions of HHVM --- contributing/code/maintenance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/code/maintenance.rst b/contributing/code/maintenance.rst index bc16a6cf805..de643e98af6 100644 --- a/contributing/code/maintenance.rst +++ b/contributing/code/maintenance.rst @@ -23,8 +23,8 @@ Besides bug fixes, other minor changes can be accepted in a patch version: issues (any such patches must come with numbers that show a significant improvement on real-world code); -* **Newer versions of PHP/HHVM**: Fixes that add support for newer versions of - PHP or HHVM are acceptable if they don't break the unit test suite; +* **Newer versions of PHP**: Fixes that add support for newer versions of + PHP are acceptable if they don't break the unit test suite; * **Newer versions of popular OSes**: Fixes that add support for newer versions of popular OSes (Linux, MacOS and Windows) are acceptable if they don't break