From 35042313415f64d8a23a1079ba0ce18210ae852f Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Tue, 23 Aug 2022 17:07:41 +0200 Subject: [PATCH] OEL-1978: Dependency has been fixed upstream. symfony/http-foundation 4.4.41 is marked as conflict in Drupal core itself. --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6ac9a60..f81fd6b 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,7 @@ "php": ">=7.4", "cweagans/composer-patches": "~1.4", "drupal/cas": "^1.7", - "drupal/core": "^9.3", - "symfony/http-foundation": "<=4.4.41" + "drupal/core": "^9.3" }, "require-dev": { "composer/installers": "^1.11", @@ -60,8 +59,7 @@ }, "_readme": [ "Explicit minimum version requirement for symfony/dom-crawler due to its lower versions using the deprecated function libxml_disable_entity_loader() in PHP8.", - "Explicit minimum version requirement for fabpot/goutte due to lower Drupal 9.3 compatibility.", - "Explicit requirement for symfony/http-foundation to prevent session loss. It can be removed when Drupal core 9.3 support is dropped or https://www.drupal.org/project/drupal/issues/3285696 is fixed upstream." + "Explicit minimum version requirement for fabpot/goutte due to lower Drupal 9.3 compatibility." ], "patches": { "drupal/cas": {