File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.31 .0"
2
+ "." : " 2.32 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.32.0] ( https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.31.0...v2.32.0 ) (2025-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** generation:** update request builders and models ([ cf47669] ( https://github.com/microsoftgraph/msgraph-sdk-php/commit/cf47669a8c5044bc6325c7ff64b1a191a41fb868 ) )
9
+ * ** generation:** update request builders and models ([ b134be1] ( https://github.com/microsoftgraph/msgraph-sdk-php/commit/b134be1724c9d1322157bf110d02642cea105b61 ) )
10
+ * PHP 8.4 compatibility ([ #1665 ] ( https://github.com/microsoftgraph/msgraph-sdk-php/issues/1665 ) ) ([ ed2a1b5] ( https://github.com/microsoftgraph/msgraph-sdk-php/commit/ed2a1b5d4984e5ad40cf7d55ed1045aa5c77d7f2 ) )
11
+
3
12
## [ 2.31.0] ( https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.30.0...v2.31.0 ) (2025-03-25)
4
13
5
14
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file:
11
11
{
12
12
" require" : {
13
13
// x-release-please-start-version
14
- " microsoft/microsoft-graph" : " ^2.31 .0"
14
+ " microsoft/microsoft-graph" : " ^2.32 .0"
15
15
// x-release-please-end
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ final class GraphConstants
20
20
{
21
21
const API_VERSION = "v1.0 " ;
22
22
// x-release-please-start-version
23
- const SDK_VERSION = "2.31 .0 " ;
23
+ const SDK_VERSION = "2.32 .0 " ;
24
24
// x-release-please-end
25
25
}
You can’t perform that action at this time.
0 commit comments