There was an error while loading. Please reload this page.
1 parent 2b3e5de commit 55b0abaCopy full SHA for 55b0aba
2 files changed
composer.json
@@ -6,8 +6,8 @@
6
"license": "MIT",
7
"authors": [
8
{
9
- "name": "Caitlin Bales",
10
- "email": "caitlin.bales@microsoft.com",
+ "name": "Michael Mainer",
+ "email": "mmainer@microsoft.com",
11
"role": "Developer"
12
}
13
],
@@ -21,8 +21,9 @@
21
"mikey179/vfsStream": "^1.2"
22
},
23
"autoload": {
24
- "psr-4": { "Microsoft\\Graph\\": "src/",
+ "psr-4": {
25
+ "Microsoft\\Graph\\": "src/",
26
"Microsoft\\Graph\\Test\\": "tests/Functional/"
- }
27
+ }
28
-}
29
+}
src/Core/GraphConstants.php
@@ -24,7 +24,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";
// Define HTTP request constants
- const SDK_VERSION = "1.3.1";
+ const SDK_VERSION = "1.3.2";
// Define error constants
30
const MAX_PAGE_SIZE = 999;
0 commit comments