Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.8.0 source code.tar.gz | 2024-12-11 | 16.8 kB | |
2.8.0 source code.zip | 2024-12-11 | 36.3 kB | |
README.md | 2024-12-11 | 1.3 kB | |
Totals: 3 Items | 54.5 kB | 0 |
- This version is certified for PHP 8.3 and PHP 8.4! 🎉
- Fix cases where
expires
is not a number #929 - Add
SettableRefreshTokenInterface
to support setting the refresh token #994 - Set minimum version of Guzzle to 6.5.8 and 7.4.5, due to security vulnerabilities reported in earlier versions #1022
- Fix parameter docblock type hint for
AbstractProvider::prepareAccessTokenResponse()
#1025 - Take note, this might affect static analysis reports for downstream providers
- Send scopes with access token request #1029 #1030
- Explicitly mark nullable parameter #1034 #1039
- This change requires PHP 7.1 as the minimum version for this library
- Plus a number of test and documentation improvements; see the commit log for more details