Incompatibility with Drupal 10

Created on 3 October 2023, about 1 year ago
Updated 5 October 2023, about 1 year ago

Problem/Motivation

Despite being declared D10 compatible through the core_version_requirement, the requirement of `"guzzlehttp/guzzle": "^6.0"` in composer.json makes this module incompatible; Drupal 10 requires guzzle 7+.

Steps to reproduce

Install this module in a D10 site.

Proposed resolution

Either loossen the requirement to allow for guzzle 7: `"guzzlehttp/guzzle": "^6.0 || ^7.0"`
Or remove the requirement alltogether and trust that drupal's http_client supplies a valid guzzle client with the ->request method

πŸ› Bug report
Status

Fixed

Version

2.2

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands Zevior

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024