Problem/Motivation

First of all thank you for this module. I had many problems in other project to autocomplete properly french address.
The module is not working with Drupal 10.1.4
with this error :
drupal/address_autocomplete_france 1.0.0-alpha4 requires php-http/guzzle6-adapter ^2.0 -> satisfiable by php-http/guzzle6-adapter[v2.0.0, v2.0.1, v2.0.2]

Steps to reproduce

Install Drupal 10.
Install Address
Try to install address_autocomplete_france

Proposed resolution

Update de package to use a newer version of the library

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:

Comments

valeraye created an issue. See original summary.

sandipta made their first commit to this issue’s fork.

prudloff’s picture

Switching to Guzzle 7 should not be a problem but we have another conflict: php-api-fr-gouv-api-geo-object requires (indirectly) php-charset-object and this library still requires psr/log 1 (and Drupal core now requires psr/log 3).

I created an issue about this: https://gitlab.com/php-extended/php-charset-object/-/issues/1

prudloff’s picture

php-charset-object does not require psr/log anymore so we should be able to upgrade dependencies now.

  • prudloff committed f70d05f9 on 1.x
    Issue #3389411: Not working with Drupal 10 because of php-http/guzzle6-...
prudloff’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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