Problem/Motivation
Version 3.0 is not installable if you are using Drush 12
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/content_snapshot ^3.0 -> satisfiable by drupal/content_snapshot[3.0.0, 3.0.1, 3.0.2, 3.0.x-dev].
- drupal/content_snapshot[3.0.0, ..., 3.0.x-dev] require drush/drush ^9 || ^10 || ^11 -> found drush/drush[9.0.0-alpha1, ..., 9.x-dev, 10.0.0-alpha1, ..., 10.x-dev, 11.0.0-rc1, ..., 11.x-dev] but it conflicts with your root composer.json require (^12.1).
Steps to reproduce
Upgrade to drush 12+ and try to install with composer.
Proposed resolution
Extend drush compatibility to drush 12
Issue fork content_snapshot-3370826
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
luke_nuke commentedThat was helpful, thanks!
Comment #7
luke_nuke commented