Skip to content

Commit

Permalink
Bumped version for fix and updated maintainer in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer committed Aug 6, 2018
1 parent 2b3e5de commit 55b0aba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"authors": [
{
"name": "Caitlin Bales",
"email": "caitlin.bales@microsoft.com",
"name": "Michael Mainer",
"email": "mmainer@microsoft.com",
"role": "Developer"
}
],
Expand All @@ -21,8 +21,9 @@
"mikey179/vfsStream": "^1.2"
},
"autoload": {
"psr-4": { "Microsoft\\Graph\\": "src/",
"psr-4": {
"Microsoft\\Graph\\": "src/",
"Microsoft\\Graph\\Test\\": "tests/Functional/"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
const MAX_PAGE_SIZE = 999;
Expand Down

0 comments on commit 55b0aba

Please sign in to comment.