- Issue created by @victorcpereira
- Status changed to Closed: duplicate
over 1 year ago 6:22pm 21 June 2023 - 🇧🇷Brazil victorcpereira
Duplicated issue.
See: https://www.drupal.org/project/cloudflare/issues/3293730 ✨ Support CTools 4 RTBC
Now, on composer.json we have the required dependency "drupal/ctools": "^3.0".
So, I cannot install the Cloudflare module with Ctools module version ^4.0
With Ctools ^4.0 installed, try to run composer require 'drupal/cloudflare:^1.0@beta' -W
The next message
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/cloudflare[1.0.0-beta1, ..., 1.0.0-beta3] require drupal/ctools ^3.0 -> found drupal/ctools[dev-3.x, 3.0.0-alpha17, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (^4.0).
- Root composer.json requires drupal/cloudflare ^1.0@beta -> satisfiable by drupal/cloudflare[1.0.0-beta1, 1.0.0-beta2, 1.0.0-beta3].
As the ^3.0 and ^4.0 versions are recommended by the Ctools project maintainer, we should accept both versions.
So we should update the composer.json file to "drupal/ctools": "^3.0 || ^4.0"
Closed: duplicate
2.0
Code
Duplicated issue.
See:
https://www.drupal.org/project/cloudflare/issues/3293730
✨
Support CTools 4
RTBC