Skip to content

v3.0.0

Choose a tag to compare

@estefanionsantos estefanionsantos released this 28 Jun 23:42
· 14 commits to main since this release

Major release upgrading the core array package to target PHP 8.0+. This version leverages modern language engines to introduce advanced typing mechanisms and cleaner interface designs.

What's Changed

PHP 8.0 Modernization

  • Advanced Type Safety: Integrated native Union Types (string|int) and the global mixed typehint into argument definitions.
  • Strict Syntax Alignment: Re-formatted internal method returns and structural setups to comply with modern PSR-12/PER code quality standards.
  • Upgraded configuration baselines to lock engine execution requirements to PHP >=8.0.