modules upgrades

This commit is contained in:
2025-07-18 19:11:24 +02:00
parent 469ab56744
commit ceb8871451
Generated
+27 -23
View File
@@ -5523,27 +5523,31 @@
}, },
{ {
"name": "drupal/geofield", "name": "drupal/geofield",
"version": "1.56.0", "version": "1.64.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/geofield.git", "url": "https://git.drupalcode.org/project/geofield.git",
"reference": "8.x-1.56" "reference": "8.x-1.64"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.56.zip", "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.64.zip",
"reference": "8.x-1.56", "reference": "8.x-1.64",
"shasum": "edcb25304edb860d0fe907b8aa2dc73b6fc83f39" "shasum": "300f8cf8bf4d0cf2660c5a7e81d56146d947b772"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9 || ^10", "drupal/core": "^9 || ^10 || ^11",
"itamair/geophp": "^1.3" "itamair/geophp": "^1.6"
},
"require-dev": {
"drupal/diff": "^1.3",
"drupal/feeds": "^3.0@beta"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.56", "version": "8.x-1.64",
"datestamp": "1698017493", "datestamp": "1736675456",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -6445,27 +6449,27 @@
}, },
{ {
"name": "drupal/leaflet", "name": "drupal/leaflet",
"version": "10.2.3", "version": "10.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/leaflet.git", "url": "https://git.drupalcode.org/project/leaflet.git",
"reference": "10.2.3" "reference": "10.3.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/leaflet-10.2.3.zip", "url": "https://ftp.drupal.org/files/projects/leaflet-10.3.5.zip",
"reference": "10.2.3", "reference": "10.3.5",
"shasum": "0d29b11403511492370895341e39b51255445d1d" "shasum": "9707462243b2f344e5d85341084d33fdd296ef7b"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10", "drupal/core": "^9.3 || ^10 || ^11",
"drupal/geofield": "^1.31" "drupal/geofield": "^1.31"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "10.2.3", "version": "10.3.5",
"datestamp": "1698436423", "datestamp": "1751834089",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -9850,16 +9854,16 @@
}, },
{ {
"name": "itamair/geophp", "name": "itamair/geophp",
"version": "1.5", "version": "1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/itamair/geoPHP.git", "url": "https://github.com/itamair/geoPHP.git",
"reference": "645f3262ebaa7443d58910207c65f386c733f614" "reference": "c8cf587256cdd1a72a732f59138ee3bfa3372956"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/itamair/geoPHP/zipball/645f3262ebaa7443d58910207c65f386c733f614", "url": "https://api.github.com/repos/itamair/geoPHP/zipball/c8cf587256cdd1a72a732f59138ee3bfa3372956",
"reference": "645f3262ebaa7443d58910207c65f386c733f614", "reference": "c8cf587256cdd1a72a732f59138ee3bfa3372956",
"shasum": "" "shasum": ""
}, },
"require-dev": { "require-dev": {
@@ -9890,9 +9894,9 @@
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.", "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
"homepage": "https://github.com/itamair/geoPHP", "homepage": "https://github.com/itamair/geoPHP",
"support": { "support": {
"source": "https://github.com/itamair/geoPHP/tree/1.5" "source": "https://github.com/itamair/geoPHP/tree/1.7"
}, },
"time": "2023-04-26T23:16:44+00:00" "time": "2025-05-31T05:12:53+00:00"
}, },
{ {
"name": "kint-php/kint", "name": "kint-php/kint",