From 43c2126fd2d7ff8217a3d9db5dc85a0cc9cb4eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:38:49 +0000 Subject: [PATCH 1/2] build(deps): update microsoft/microsoft-graph-core requirement || ^3.0.0 Updates the requirements on [microsoft/microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-php-core) to permit the latest version. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-php-core/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-php-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: microsoft/microsoft-graph-core dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30faf56c97e..5f5ec08e8e6 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.2", - "microsoft/microsoft-graph-core": "^2.2.1" + "microsoft/microsoft-graph-core": "^2.2.1 || ^3.0.0" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^11.0", From 04ce4db75256b77403f05eaeef9935ac3538dff9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 20:23:14 +0000 Subject: [PATCH 2/2] build(deps): update microsoft-graph-core requirement to ^3.0.0 only Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-php/sessions/a71057ba-8441-43aa-8cfe-5bdd9a674cf1 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f5ec08e8e6..8fa377c7f45 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.2", - "microsoft/microsoft-graph-core": "^2.2.1 || ^3.0.0" + "microsoft/microsoft-graph-core": "^3.0.0" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^11.0",