- Allow Symfony 7
- Allow to use a date/time string in default expiration time configuration
- Minor BC break: use the new classes from
spatie/url-signer
2.1.0 (DateTimeInterface
instead ofDateTime
insign
)
- Upgrade to
spatie/url-signer
2.x - Minimal PHP version is now 8.1
- Expiration time is now in seconds instead of days
- Allow Symfony 6
- Add support for absolute URLs
- Add optional expiration to
UrlSignerInterface
- Remove
league/uri-components
fromcomposer.json
- Initial version