Skip to content

9.0.0: Drop PHP 5 support

Compare
Choose a tag to compare
@thekid thekid released this 10 Apr 18:10
· 24 commits to master since this release
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    (@thekid)