Skip to content

Add higher version constraints to all dependencies

martinpe requested to merge issue/datadog_metrics-3396608:1.0.x into 1.0.x

Add higher version constraints to all dependencies:

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

;;; ;;;

Merge request reports