- Issue created by @rgnyldz
- 🇹🇷Turkey rgnyldz
Followed instructions given in https://www.drupal.org/docs/8/modules/telephone-international-widget/ins... →
But still get composer errors;
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires intl-tel-input/intl-tel-input 16.0.0 -> satisfiable by intl-tel-input/intl-tel-input[16.0.0]. - intl-tel-input/intl-tel-input 16.0.0 requires composer/installers ~1.0 -> found composer/installers[v1.0.0, ..., v1.12.0] but it conflicts with your root composer.json require (^2.0). Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require drupal/telephone_international_widget:*" to figure out if any version is installable, or "composer require drupal/telephone_international_widget:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
- First commit to issue fork.
- @guedressel opened merge request.
- Status changed to Needs review
almost 2 years ago 8:21am 15 February 2023 - 🇦🇹Austria guedressel
Updating the required version of
composer/installers
package resolves this issue.