We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d22aa76 + 4553378 commit b0c51bbCopy full SHA for b0c51bb
.gitattributes
@@ -5,3 +5,12 @@
5
/vendor export-ignore
6
.gitattributes export-ignore
7
.gitignore export-ignore
8
+/.github export-ignore
9
+/.vscode export-ignore
10
+/scripts export-ignore
11
+/tests export-ignore
12
+.editorconfig export-ignore
13
+sonar-project.properties export-ignore
14
+phpunit.xml export-ignore
15
+phpstan.neon export-ignore
16
+phpdoc.dist.xml export-ignore
src/GraphConstants.php
@@ -25,7 +25,7 @@ final class GraphConstants
25
const REST_ENDPOINT = "https://graph.microsoft.com/";
26
27
// Define HTTP request constants
28
- const SDK_VERSION = "2.0.2";
+ const SDK_VERSION = "2.0.3";
29
30
// Define error constants
31
const MAX_PAGE_SIZE = 999;
0 commit comments