- Support now is for PHP 8.2+
- Removed
#[Pure]
indicator as method may not always be pure (unwinding a Traversable may have side effects) - Remove forward-compatibility fallback - we'll let phpstan let us know if iterable is no longer only
array|Traversable
What's Changed
Full Changelog: v1.0.0...v1.0.1