Note in UPGRADE.md about minimum PHP version requirement in the next major release

This commit is contained in:
Vladimir Razuvaev 2018-04-17 17:49:10 +08:00
parent 5c57d3b379
commit 63299157d8

View File

@ -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