Skip to content

2.0.0: Drop PHP 5 support

Compare
Choose a tag to compare
@thekid thekid released this 10 Apr 14:36
· 32 commits to master since this release

This release drops support for PHP 5 as discused in xp-framework/rfc#334. The minimum required PHP version now is PHP 7.0.0!

  • Rewrote code base, grouping use statements - @thekid
  • Rewrote isset(X) ? X : default to X ?? default - @thekid