Problem/Motivation

There's a false "composer install" command reference in GPX & geometry data submodules. Should be "composer require":

modules/geolocation_geometry/modules/geolocation_geometry_data/geolocation_geometry_data.info.yml

-description: 'Import and provide geometry data. ATTENTION: Requires "composer install gasparesganga/php-shapefile".'
+description: 'Import and provide geometry data. ATTENTION: Requires "composer require gasparesganga/php-shapefile".'

modules/geolocation_gpx/geolocation_gpx.info.yml

-description: 'GPX file field type, widget & formatter. ATTENTION: Requires "composer install sibyx/phpgpx"'
+description: 'GPX file field type, widget & formatter. ATTENTION: Requires "composer require sibyx/phpgpx"'
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tormi created an issue. See original summary.

tormi’s picture

Status: Active » Needs review
ressa’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @tormi, I also just saw this, while trying out the module. Your patch fixes it, and the correct Composer commands are now shown.

Manoj Raj.R’s picture

@tormi
composer require is a good catch.
Patch looks good for me.

  • 969ad900 committed on 8.x-3.x
    Issue #3302558 by tormi: False "composer install" command reference in...

ChristianAdamski’s picture

There was issue with me merging automatically. So I did it manually. But the name is not showing up?

Anyway, fixed. Thanks!

ChristianAdamski’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.