- Issue created by @martinpe
- @martinpe opened merge request.
- Status changed to Fixed
over 1 year ago 1:10pm 25 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
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"
}
Update composer.json to support higher versions of
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.