diff --git a/composer.json b/composer.json index 8acf9568dd4..626c84103ae 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "microsoft/microsoft-graph", "type": "library", "description": "The Microsoft Graph SDK for PHP", - "homepage": "https://graph.microsoft.io/en-us/", + "homepage": "https://developer.microsoft.com/en-us/graph", "license": "MIT", "authors": [ { diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 090714bf14e..09a4fa36c5d 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -9,9 +9,9 @@ * * @category Library * @package Microsoft.Graph -* @copyright 2019 Microsoft Corporation +* @copyright 2020 Microsoft Corporation * @license https://opensource.org/licenses/MIT MIT License -* @version GIT: 1.12.0 +* @version GIT: 1.13.0 * @link https://graph.microsoft.io/ */ @@ -24,7 +24,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.12.0"; + const SDK_VERSION = "1.13.0"; // Define error constants const MAX_PAGE_SIZE = 999; diff --git a/src/Http/GraphResponse.php b/src/Http/GraphResponse.php index d5b9ade1c62..8633d88c3bf 100644 --- a/src/Http/GraphResponse.php +++ b/src/Http/GraphResponse.php @@ -1,17 +1,17 @@ -