v3.0.0
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 globalmixedtypehint 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.