Skip to content

8.0.0: Drop PHP 5 support

Compare
Choose a tag to compare
@thekid thekid released this 11 Apr 09:59
· 4 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
    . Rewrote isset(X) ? X : default to X ?? default
    . Converted newinstance to anonymous classes
    (@thekid)