Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
7 merge requests!8394[warning] array_flip(): Can only flip STRING and INTEGER values, when saving a non-revisionable custom content entity,!7780issue 3443822: fix for 'No route found for the specified format html. Supported formats: json, xml.',!5013Issue #3071143: Table Render Array Example Is Incorrect,!4848Issue #1566662: Update module should send notifications on Thursdays,!4792Issue #2230689: Remove redundant "Italic" style,!4220Issue #3368223: Link field > Access to internal links is not checked on display.,!1459Issue #3087632: menu_name max length is too long
...@@ -30,7 +30,15 @@ public function getPackage() { ...@@ -30,7 +30,15 @@ public function getPackage() {
} }
// Make a list of packages we do not want to put in the 'require' section. // 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' // Copy the 'packages' section from the Composer lock into our 'require'
// section. There is also a 'packages-dev' section, but we do not need // section. There is also a 'packages-dev' section, but we do not need
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
"guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/guzzle": "~6.5.8",
"guzzlehttp/promises": "~1.5.2", "guzzlehttp/promises": "~1.5.2",
"guzzlehttp/psr7": "~1.9.1", "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", "longwave/laminas-diactoros": "~2.14.2",
"masterminds/html5": "~2.7.6", "masterminds/html5": "~2.7.6",
"pear/archive_tar": "~1.4.14", "pear/archive_tar": "~1.4.14",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment