- First commit to issue fork.
- Status changed to RTBC
about 1 year ago 12:18pm 11 October 2023 - 🇺🇸United States rishi kulshreshtha
Short and sweet, looks good to be released.
- 🇺🇸United States chucksimply
#2 didn't work for me on alpha1. Attached patch does.
- 🇫🇷France laurent.lannoy
Thank you @chucksimply for the "alpha1" version of the patch, the leaflet_mapbox.info.yml file has been successfully updated:
core_version_requirement: ^8.7.7 || ^9 || ^10
... but when I want to update the core version from 9.5.11 to 10.1.6, I got the following error message as the row had not been updated:
Your requirements could not be resolved to an installable set of packages.
Problem 1 - Root composer.json requires drupal/leaflet_mapbox ^1.0@alpha -> satisfiable by drupal/leaflet_mapbox[1.0.0-alpha1]. - drupal/leaflet_mapbox 1.0.0-alpha1 requires drupal/core ^8.7.7 || ^9 -> found drupal/core[8.7.7, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10). Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
- 🇺🇸United States squiggy
To use a module that doesn't have a Drupal 10 release, you can add
<a href="https://github.com/mglaman/composer-drupal-lenient ">mglaman/composer-drupal-lenient</a>
as a dependency to your composer.json, which will allow a patched version of the module for Drupal 10. - 🇫🇷France laurent.lannoy
Thanks Squiggy.
This was my first install of an unsupported module.
I couldn't update, so I uninstalled
leaflet_mapbox
on D9 first, then updated the website to D10, then reinstalledleaflet_mapbox
with the help ofmglaman/composer-drupal-lenient
and the patch #6.Everything seems OK under Drupal 10 and I can visualize my map with my map defined in Mapbox and using the
leaflet_mapbox
module. 👍 - Status changed to Needs work
about 1 year ago 5:05am 17 November 2023 - 🇵🇭Philippines mjgruta
I'm getting the error below when running composer install.
In RemoteFilesystem.php line 108: [TypeError] Composer\Util\RemoteFilesystem::copy(): Argument #1 ($originUrl) must be of type string, null given, called in /home/ide/project/vendor/cweagans/composer-patches/src/Patches.php on line 388
Using 1.x-dev and cweagans/composer-patches:1.7.3
composer require "drupal/leaflet_mapbox:1.x-dev@dev"
Added this module in drupal-lenient in composer.json and globally. - First commit to issue fork.
- Status changed to Needs review
10 months ago 6:19pm 19 January 2024 - 🇺🇸United States chucksimply
Where are we at with this latest merge request? Can we get a new D10 release?!