diff --git a/composer.json b/composer.json index 5d39dc0a0c5..80549837eb1 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "license": "MIT", "authors": [ { - "name": "Caitlin Bales", - "email": "caitlin.bales@microsoft.com", + "name": "Michael Mainer", + "email": "mmainer@microsoft.com", "role": "Developer" } ], @@ -21,8 +21,9 @@ "mikey179/vfsStream": "^1.2" }, "autoload": { - "psr-4": { "Microsoft\\Graph\\": "src/", + "psr-4": { + "Microsoft\\Graph\\": "src/", "Microsoft\\Graph\\Test\\": "tests/Functional/" - } + } } -} +} \ No newline at end of file diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 68ea2e65069..619b26df47a 100644 --- a/src/Core/GraphConstants.php +++ b/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 const MAX_PAGE_SIZE = 999;