Skip to content

Commit 11cbe70

Browse files
authored
Merge pull request #160 from microsoftgraph/fix/update-kiota-deps
Bump min kiota lib versions to those with excluded non-prod files
2 parents b0c51bb + 6bcc4ee commit 11cbe70

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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"
11+
"microsoft/microsoft-graph-core": "^2.0.3"
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": "^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",
16+
"microsoft/kiota-authentication-phpleague": "^1.0.1",
17+
"microsoft/kiota-http-guzzle": "^1.1.0",
18+
"microsoft/kiota-serialization-json": "^1.0.1",
19+
"microsoft/kiota-serialization-text": "^1.0.1",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)