From 5f89b980080adc711471876fcb5e00760dbbc5e0 Mon Sep 17 00:00:00 2001 From: brendt Date: Fri, 3 Apr 2026 13:26:10 +0200 Subject: [PATCH] Remove symfony/polyfill-php80 dependency --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 22ea6ee..30b25ab 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,7 @@ "php-http/discovery": "^1.14", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "symfony/polyfill-php80": "^1.23" + "psr/http-message": "^1.1 || ^2.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3",