Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
/vendor export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.github export-ignore
/.vscode export-ignore
/scripts export-ignore
/tests export-ignore
.editorconfig export-ignore
sonar-project.properties export-ignore
phpunit.xml export-ignore
phpstan.neon export-ignore
phpdoc.dist.xml export-ignore
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "2.0.2";
const SDK_VERSION = "2.0.3";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand Down