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