Skip to content

2.0.0: Drop PHP 5 support

Compare
Choose a tag to compare
@thekid thekid released this 10 Apr 19:57
· 181 commits to master since this release

This release is the first release to no longer run on PHP 5, implementing xp-framework/rfc#334.

  • Heads up: Minimum required PHP version now is PHP 7.0.0 - @thekid
  • Rewrote code base, grouping use statements - @thekid
  • Converted newinstance to anonymous classes - @thekid