Skip to content
Snippets Groups Projects

Issue #3332701: Refactor Claro's tablesort-indicator stylesheet

Open Issue #3332701: Refactor Claro's tablesort-indicator stylesheet
3 unresolved threads
3 unresolved threads
Files
1000+
@@ -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',
 
// This package contains no code other than interfaces, so allow sites
 
// to use any compatible version without needing to switch off of
 
// drupal/core-recommended.
 
'psr/http-message',
 
];
// 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
Loading