This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
3.2.0 Release of Zend-Code introduces Backward Incompatible changes #129
Closed
Description
3.2.0 Release of Zend-Code introduces Backward Incompatible changes and breaks Applications relying on zend-code using minor version.
https://github.com/zendframework/zend-code/releases/tag/release-3.2.0
#114 Increased
minimum supported PHP version to ^7.1.0
Magento 2 composer:
https://github.com/magento/magento2/blob/develop/composer.json#L13
"zendframework/zend-code": "^3.1.0"
https://getcomposer.org/doc/articles/versions.md#caret-version-range-
The ^ operator behaves very similarly ... and will always allow non-breaking updates.