composer require 'drupal/google_map_field:^1.4'
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package drupal/google_map_field could not be found in any version, there may be a typo in the package name.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.

Read for further common problems.

Installation failed, reverting ./composer.json to its original content.

CommentFileSizeAuthor
#2 composer-2924183-2.patch1.06 KBpauloamgomes
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SocialNicheGuru created an issue. See original summary.

pauloamgomes’s picture

FileSize
1.06 KB

Hi SocialNicheGuru, you are right, module is missing composer.json, will do that soon.

  • pauloamgomes committed 97d04c1 on 8.x-1.x
    Issue #2924183 by pauloamgomes, SocialNicheGuru: can't install with...
pauloamgomes’s picture

Status: Active » Fixed

Closing, added composer.json, module can be installed using:

composer require 'drupal/google_map_field:1.x-dev'

Stable version will be included on next release.

pauloamgomes’s picture

Status: Fixed » Closed (fixed)