Skip to content

Commit

Permalink
Merge pull request #150 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 2.0.0-RC12
  • Loading branch information
Ndiritu authored Nov 1, 2023
2 parents ef99729 + 79126df commit 9eead3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose
```
{
"require": {
"microsoft/microsoft-graph-core": "^2.0.0-RC10"
"microsoft/microsoft-graph-core": "^2.0.0-RC12"
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": "^8.0 || ^7.4",
"microsoft/kiota-authentication-phpleague": "^0.9.0",
"microsoft/kiota-http-guzzle": "^0.9.0",
"microsoft/kiota-serialization-json": "^0.7.0",
"microsoft/kiota-serialization-text": "^0.8.0",
"microsoft/kiota-authentication-phpleague": "^1.0.0",
"microsoft/kiota-http-guzzle": "^1.0.0",
"microsoft/kiota-serialization-json": "^1.0.0",
"microsoft/kiota-serialization-text": "^1.0.0",
"ext-json": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "2.0.0-RC11";
const SDK_VERSION = "2.0.0-RC12";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand Down

0 comments on commit 9eead3f

Please sign in to comment.