Verified Commit 5073245c authored by Dave Long's avatar Dave Long
Browse files

Issue #3354670 by effulgentsia, catch, dww, longwave: Remove laminas-feed,...

Issue #3354670 by effulgentsia, catch, dww, longwave: Remove laminas-feed, laminas-escaper, and laminas-stdlib from drupal/core-recommended to allow Drupal 9.5 to be installed on PHP 8.2
parent dfd1b1a2
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -30,7 +30,15 @@ public function getPackage() {
    }

    // Make a list of packages we do not want to put in the 'require' section.
    $remove_list = ['drupal/core', 'wikimedia/composer-merge-plugin', 'composer/installers'];
    $remove_list = [
      'drupal/core',
      'wikimedia/composer-merge-plugin',
      'composer/installers',
      // @see https://www.drupal.org/node/3354670
      'laminas/laminas-escaper',
      'laminas/laminas-feed',
      'laminas/laminas-stdlib',
    ];

    // Copy the 'packages' section from the Composer lock into our 'require'
    // section. There is also a 'packages-dev' section, but we do not need
+0 −3
Original line number Diff line number Diff line
@@ -17,9 +17,6 @@
        "guzzlehttp/guzzle": "~6.5.8",
        "guzzlehttp/promises": "~1.5.2",
        "guzzlehttp/psr7": "~1.9.1",
        "laminas/laminas-escaper": "~2.9.0",
        "laminas/laminas-feed": "~2.17.0",
        "laminas/laminas-stdlib": "~3.11.0",
        "longwave/laminas-diactoros": "~2.14.2",
        "masterminds/html5": "~2.7.6",
        "pear/archive_tar": "~1.4.14",