Add additional dependencies to support higher versions of guzzlehttp/guzzle, guzzlehttp/psr7 and drupal/migrate_plus v6

Created on 25 October 2023, over 1 year ago

Problem/Motivation

Module cannot be installed on Drupal 10 when running

composer require "drupal/datadog_metrics:^1.0@RC"

since datadog_metrics's composer.json has the following dependencies:

    "require": {
        "guzzlehttp/guzzle": "^6.5.8"
    },
    "require-dev": {
        "guzzlehttp/psr7": "^1.9",
        "drupal/migrate_plus": "~5.0"
    }

Proposed resolution

Update composer.json to support higher versions of

  • guzzlehttp/guzzle
  • guzzlehttp/psr7
  • drupal/migrate_plus v6
💬 Support request
Status

Fixed

Version

1.0

Component

Code

Created by

🇨🇭Switzerland martinpe

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

Comments & Activities

Production build 0.71.5 2024