Skip to content
Snippets Groups Projects

#3288279 Applied patch to set version number

2 files
+ 25
1
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 24
0
{
"name": "drupal/leaflet_mapbox",
"description": "Leaflet integration with MapBox tile platform.",
"type": "drupal-module",
"keywords": ["Drupal", "Leaflet", "Map", "Mapbox"],
"license": "GPL-2.0+",
"authors": [
{
"name": "Jaime Herencia (jherencia)",
"role": "Maintainer"
}
],
"require": {
"drupal/core": "^9 || ^10"
},
"support": {
"issues": "https://www.drupal.org/project/issues/leaflet_mapbox",
"source": "https://git.drupalcode.org/project/leaflet_mapbox"
}
}
Loading