File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.31 .0"
2+ "." : " 2.32 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
312## [ 2.31.0] ( https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.30.0...v2.31.0 ) (2025-03-25)
413
514
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:
1111{
1212 " require" : {
1313 // x-release-please-start-version
14- " microsoft/microsoft-graph" : " ^2.31 .0"
14+ " microsoft/microsoft-graph" : " ^2.32 .0"
1515 // x-release-please-end
1616 }
1717}
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ final class GraphConstants
2020{
2121 const API_VERSION = "v1.0 " ;
2222 // x-release-please-start-version
23- const SDK_VERSION = "2.31 .0 " ;
23+ const SDK_VERSION = "2.32 .0 " ;
2424 // x-release-please-end
2525}
You can’t perform that action at this time.
0 commit comments