From ffdfdb8ccceb4e3c3fc0000abdd07feab7e0ac25 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 28 Feb 2025 14:20:28 +0100 Subject: [PATCH 1/2] Remove obsolete symfony/polyfill-php80 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 118943bb3..71d99dd8c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "ext-mongodb": "^1.21.0", "composer-runtime-api": "^2.0", "psr/log": "^1.1.4|^2|^3", - "symfony/polyfill-php80": "^1.27", "symfony/polyfill-php81": "^1.27" }, "require-dev": { From 20e683996b82bd9a7bd1df9c7d26bf3782753f8e Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 28 Feb 2025 14:21:02 +0100 Subject: [PATCH 2/2] - --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 71d99dd8c..367b6cf08 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,7 @@ "ext-json": "*", "ext-mongodb": "^1.21.0", "composer-runtime-api": "^2.0", - "psr/log": "^1.1.4|^2|^3", - "symfony/polyfill-php81": "^1.27" + "psr/log": "^1.1.4|^2|^3" }, "require-dev": { "doctrine/coding-standard": "^12.0",