What's Changed
- CI: Enable tests on PHP 8.3 by @alecpl in #25
- CI: Remove --ignore-platform-reqs by @alecpl in #26
- Add scope filter to getClaims() by @alecpl in #27
Full Changelog: 2.3.3...2.4.0
Breaking change !
- The claimable interface was changed from getClaim(): array to getClaims(array $scopes = []): array; If you implement that interface you need to change this