This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
3.0.0
Added
- php 7 parameter and return type hints
Removed
- support for php 7.1
- possibility for extension in most classes
Changed
- The
Pager/PagerInterface
implements\Iterator
and\Countable
. - All public methods of
Pager\BasePager
were moved toPager/PagerInterface
.