From c9eac7420e927b214beaa4ebcfaa295e9299b71d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:02:36 +0000 Subject: [PATCH 1/3] Initial plan From b42f423e318b75fe7ec0b0a0b79ce12617b9a06c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:26:05 +0000 Subject: [PATCH 2/3] fix: require symfony http-foundation at runtime Agent-Logs-Url: https://github.com/mineadmin/components/sessions/f68b3125-183d-4cf6-8d98-7a039e1df3a0 Co-authored-by: zds-s <49744633+zds-s@users.noreply.github.com> --- composer.json | 3 ++- src/Support/composer.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ed2a188..3752466 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,8 @@ "hyperf/view": "~3.1", "lcobucci/jwt": "~5.3.0", "nette/utils": "4.0.*", - "ramsey/uuid": "^4.7" + "ramsey/uuid": "^4.7", + "symfony/http-foundation": "^6.4" }, "require-dev": { "doctrine/dbal": "^4.1", diff --git a/src/Support/composer.json b/src/Support/composer.json index cca4f7e..5539a22 100644 --- a/src/Support/composer.json +++ b/src/Support/composer.json @@ -22,6 +22,7 @@ }, "require": { "ext-fileinfo": "*", - "hyperf/logger": "~3.1" + "hyperf/logger": "~3.1", + "symfony/http-foundation": "^6.4" } -} \ No newline at end of file +} From df62549ec5b087e89118dc82d7a719747253e364 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:12:06 +0000 Subject: [PATCH 3/3] fix: relax symfony http-foundation constraint Agent-Logs-Url: https://github.com/mineadmin/components/sessions/6f3f18c5-1a9e-4a25-b40e-6a8d1f2b7c2d Co-authored-by: zds-s <49744633+zds-s@users.noreply.github.com> --- composer.json | 2 +- src/Support/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3752466..117ab64 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "lcobucci/jwt": "~5.3.0", "nette/utils": "4.0.*", "ramsey/uuid": "^4.7", - "symfony/http-foundation": "^6.4" + "symfony/http-foundation": "^6.4 || ^7.0" }, "require-dev": { "doctrine/dbal": "^4.1", diff --git a/src/Support/composer.json b/src/Support/composer.json index 5539a22..30e2625 100644 --- a/src/Support/composer.json +++ b/src/Support/composer.json @@ -23,6 +23,6 @@ "require": { "ext-fileinfo": "*", "hyperf/logger": "~3.1", - "symfony/http-foundation": "^6.4" + "symfony/http-foundation": "^6.4 || ^7.0" } }