Skip to content

Releases: LoicBoursin/oauth2-microsoft-graph

v1.0.3

22 Dec 11:56
Compare
Choose a tag to compare

This release adds tested support for PHP 8.2 and upgrades all dependencies.

v1.0.2

03 Sep 15:06
accc37a
Compare
Choose a tag to compare

This release fixes an issue where the access_token request parameter is not needed because the authentication is done through a Bearer token

v1.0.1

22 Nov 18:40
Compare
Choose a tag to compare

This release fixes the API call to Microsoft Graph using a space to separate scopes instead of a comma.

v1.0.0

13 Nov 14:56
Compare
Choose a tag to compare

This library has been updated to use the latest available dependencies versions, such as PHP 8.1 and PHPUnit 9.5.

PHP-CS-Fixer and PHPStan have been installed, and tests have been rewritten to remove the usage of Mockery

Initial release

27 May 13:43
Compare
Choose a tag to compare

Initial release