zendframework / zend-expressive-zendviewrenderer

zend-view PhpRenderer integration for Expressive
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Drop php 5 support #32

Closed gabbydgab closed 7 years ago

gabbydgab commented 7 years ago

Following changes are:

  1. Update PHP version to 7.0 (minimum)
  2. Simplified logic using null coalescing operator
  3. Strict type declaration support

Add-ons:

  1. Updated PHPUnit version to 5.7
  2. Supports colored test result
  3. Updated documentation link
  4. Fixed coding standards requirements
  5. Fixed license header
weierophinney commented 7 years ago

We are not updating to PHP 7 as our minimum supported version at this time; our current plan is to support PHP 5.6 until it goes EOL. We will revisit that decision again quarterly, reviewing PHP 7 uptake via a number of metrics. Until we make the switch, this patch will just go out of date with each new patch merged to the repository, and thus needs to be closed.