From 63299157d83e90186e5ff2d00e24fda6b2d5b73f Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Tue, 17 Apr 2018 17:49:10 +0800 Subject: [PATCH] Note in UPGRADE.md about minimum PHP version requirement in the next major release --- UPGRADE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 65218b9..f822bcd 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,9 @@ ## Upgrade v0.11.x > dev-master +### Breaking: Minimum supported version is PHP5.6 +Dropped support for PHP 5.5. This release still supports PHP 5.6 and PHP 7.0 +**But the next major release will require PHP7.1+** + ### Breaking: Descriptions in comments are not used as descriptions by default anymore Descriptions now need to be inside Strings or BlockStrings in order to be picked up as description. If you want to keep the old behaviour you can supply the option `commentDescriptions` @@ -90,7 +94,6 @@ After the change: } ``` - ## Upgrade v0.8.x, v0.9.x > v0.10.x ### Breaking: changed minimum PHP version from 5.4 to 5.5