Skip to content

Commit 9eead3f

Browse files
authored
Merge pull request #150 from microsoftgraph/dev
Release 2.0.0-RC12
2 parents ef99729 + 79126df commit 9eead3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose
88
```
99
{
1010
"require": {
11-
"microsoft/microsoft-graph-core": "^2.0.0-RC10"
11+
"microsoft/microsoft-graph-core": "^2.0.0-RC12"
1212
}
1313
}
1414
```

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": "^8.0 || ^7.4",
16-
"microsoft/kiota-authentication-phpleague": "^0.9.0",
17-
"microsoft/kiota-http-guzzle": "^0.9.0",
18-
"microsoft/kiota-serialization-json": "^0.7.0",
19-
"microsoft/kiota-serialization-text": "^0.8.0",
16+
"microsoft/kiota-authentication-phpleague": "^1.0.0",
17+
"microsoft/kiota-http-guzzle": "^1.0.0",
18+
"microsoft/kiota-serialization-json": "^1.0.0",
19+
"microsoft/kiota-serialization-text": "^1.0.0",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {

src/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class GraphConstants
2525
const REST_ENDPOINT = "https://graph.microsoft.com/";
2626

2727
// Define HTTP request constants
28-
const SDK_VERSION = "2.0.0-RC11";
28+
const SDK_VERSION = "2.0.0-RC12";
2929

3030
// Define error constants
3131
const MAX_PAGE_SIZE = 999;

0 commit comments

Comments
 (0)