From e9b6a08c21e25a640b39e02b5adbcae39c3895c1 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 11 Nov 2025 11:21:42 +0100 Subject: [PATCH 1/2] Update composer.json: Bumping `symfony/http-foundation` I haven't tested this! Just wanted to make you aware that the current version of symfony/http-foundation is 7.3: https://symfony.com/releases --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ad34afe..fc4888d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "apimatic/core-interfaces": "~0.1.5", "apimatic/jsonmapper": "^3.1.1", "php-jsonpointer/php-jsonpointer": "^3.0.2", - "symfony/http-foundation": "^5.4" + "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5", @@ -51,4 +51,4 @@ "@lint-test" ] } -} \ No newline at end of file +} From e36b1c38238a1ff0aac2d7015d2eff2c13082dc6 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Tue, 25 Nov 2025 09:37:38 +0500 Subject: [PATCH 2/2] fix: adds support for symphony/http-foundation 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc4888d..444fc00 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "apimatic/core-interfaces": "~0.1.5", "apimatic/jsonmapper": "^3.1.1", "php-jsonpointer/php-jsonpointer": "^3.0.2", - "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0" + "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5",