From 89365fbcee7734e69dec76103a286ae7ac75504c Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 30 Nov 2023 23:17:12 +0300 Subject: [PATCH 1/2] Remove non-prod files from shipped package --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 80b1920c..b438beeb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,12 @@ /vendor export-ignore .gitattributes export-ignore .gitignore export-ignore +/.github export-ignore +/.vscode export-ignore +/scripts export-ignore +/tests export-ignore +.editorconfig export-ignore +sonar-project.properties export-ignore +phpunit.xml export-ignore +phpstan.neon export-ignore +phpdoc.dist.xml export-ignore From 4553378a800bcb2603e810bf5e74fd90d82f1e4b Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Fri, 1 Dec 2023 09:57:51 +0300 Subject: [PATCH 2/2] Bump patch version --- src/GraphConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f34a6681..dfa6419e 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -25,7 +25,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "2.0.2"; + const SDK_VERSION = "2.0.3"; // Define error constants const MAX_PAGE_SIZE = 999;