- 🇺🇸United States alimc29
This also needs the .info file updated, as well as a fix for the Drupal 10 "once is not a function" issue
The following can be applied along with composer-lenient
composer require mglaman/composer-drupal-lenient composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/media_iconpicker"]' composer config --json --merge extra.patches.drupal/domain_simple_sitemap '{"Drupal 10 compatibility fixes #3288505": "https://www.drupal.org/files/issues/2024-02-20/media_iconpicker--drupal-10.patch"}' composer require 'drupal/media_iconpicker:^1.x-dev' -W