From d2b45f009d6993690658f3af048496f06af604aa Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Wed, 22 Nov 2023 11:39:33 +0300 Subject: [PATCH] Update SDK version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f0c68858e..351fc07c737 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: ``` { "require": { - "microsoft/microsoft-graph": "^2.0.0" + "microsoft/microsoft-graph": "^2.1.0" } } ```