hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

Allow fresher Guzzle versions (7.0 and above) in composer dependencies #387

Open MurzNN opened 3 years ago

MurzNN commented 3 years ago

Many other modules needs the Guzzle version 7.0 or above, but in Drupal Console Core package it is locked to 6.x version:

        "guzzlehttp/guzzle": "~6.1"

Is there some important reasons for that lock, or we can simply allow installing fresher version of guzzle without any problems?

MurzNN commented 3 years ago

Found Drupal issue about this: https://www.drupal.org/project/drupal/issues/3104353 and https://www.drupal.org/project/drupal/issues/3220220