diff --git a/composer.json b/composer.json index fa37a8a0..ad31942e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ "drupal/field_group": "^3.0", "drupal/field_pager": "^2.0@beta", "drupal/field_token_value": "^3.0", - "drupal/geofield": "^1.15", "drupal/geolocation": "^3.2", "drupal/jquery_ui": "^1.6", "drupal/jquery_ui_draggable": "^2.0", diff --git a/composer.lock b/composer.lock index 4c7034ca..fb00dd12 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "12afacd9707a9b1fa408079e38c9fc65", + "content-hash": "602626547ffbe26791edab4c9aad31ec", "packages": [ { "name": "asm89/stack-cors", @@ -2383,68 +2383,6 @@ "source": "https://git.drupalcode.org/project/field_token_value" } }, - { - "name": "drupal/geofield", - "version": "1.57.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/geofield.git", - "reference": "8.x-1.57" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.57.zip", - "reference": "8.x-1.57", - "shasum": "17155834e7abe78b5710907d1f2897f3a01c5702" - }, - "require": { - "drupal/core": "^8.8 || ^9 || ^10", - "itamair/geophp": "^1.3" - }, - "require-dev": { - "drupal/diff": "^1.1", - "drupal/feeds": "^3.0@beta" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.57", - "datestamp": "1701039529", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Italo Mairo", - "homepage": "https://www.drupal.org/u/itamair", - "role": "Drupal 8+ Maintainer" - }, - { - "name": "Brandon Morrison", - "homepage": "https://www.drupal.org/u/brandonian", - "role": "Drupal 7 Maintainer" - }, - { - "name": "Pablo López", - "homepage": "https://www.drupal.org/u/plopesc", - "role": "Drupal 7 Maintainer" - } - ], - "description": "Stores geographic and location data (points, lines, and polygons).", - "homepage": "https://www.drupal.org/project/geofield", - "support": { - "source": "https://git.drupalcode.org/project/geofield", - "issues": "https://www.drupal.org/project/issues/geofield", - "irc": "irc://irc.freenode.org/drupal-contribute" - } - }, { "name": "drupal/geolocation", "version": "3.12.0", @@ -4834,52 +4772,6 @@ ], "time": "2023-12-03T20:05:35+00:00" }, - { - "name": "itamair/geophp", - "version": "1.6", - "source": { - "type": "git", - "url": "https://github.com/itamair/geoPHP.git", - "reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/itamair/geoPHP/zipball/f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6", - "reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "4.1.* || 9.5.*" - }, - "type": "library", - "autoload": { - "classmap": [ - "geoPHP.inc" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Italo Mairo", - "homepage": "https://www.linkedin.com/in/italomairo/", - "role": "Maintanier of this Library Repo" - }, - { - "name": "Patrick Hayes", - "homepage": "https://www.linkedin.com/in/patrickdhayes/", - "role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)" - } - ], - "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", - "support": { - "source": "https://github.com/itamair/geoPHP/tree/1.6" - }, - "time": "2023-12-23T23:28:59+00:00" - }, { "name": "league/container", "version": "4.2.0",