- Issue created by @notFloran
- Status changed to Needs review
4 months ago 6:29am 6 August 2024 - 🇮🇳India sarwan_verma
Hi,
I have resolved the drush version issue and created a patch, which I have attached. Please review and verify the patch.
Thanks!
Drush 13 is not installable if you are using content_sanpshot 3
Loading composer repositories with package information
Dependency symfony/string is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drush/drush ^13.0.0, found drush/drush[13.0.0-beta1, ..., 13.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/content_snapshot is locked to version 3.0.3 and an update of this package was not requested.
- drupal/content_snapshot 3.0.3 requires drush/drush ^9 || ^10 || ^11 || ^12 -> found drush/drush[9.0.0-alpha1, ..., 9.x-dev, 10.0.0-alpha1, ..., 10.x-dev, 11.0.0-rc1, ..., 11.x-dev, 12.0.0-beta1, ..., 12.x-dev] but it conflicts with your root composer.json require (^13.0.0).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Upgrade to drush 13+
Extend drush compatibility to drush 13
Active
3.0
Code
Hi,
I have resolved the drush version issue and created a patch, which I have attached. Please review and verify the patch.
Thanks!