Failing to installation
I'm currently reviewing a module within my Drupal 10.2 system and encountered issues during installation. Here are the steps I followed:
Problem/Motivation
Installed the module using Composer with the command: `composer require 'drupal/contribution_records:1.0.x-dev@dev'`
Problem : Could not parse version constraint 1.0.x-dev@dev': Invalid version string "1.0.x-dev@dev'".
If I am try with double quote to manually in command then I faced this issue : composer require "drupal/contribution_records:1.0.x-dev@dev"
Problem 1
- drupal/contribution_records dev-1.0.x requires drupal/drupalorg * -> could not be found in any version, there may be a typo in the package name.
- drupal/contribution_records 1.0.x-dev is an alias of drupal/contribution_records dev-1.0.x and thus requires it to be installed too.
- Root composer.json requires drupal/contribution_records 1.0.x-dev@dev -> satisfiable by drupal/contribution_records[1.0.x-dev (alias of dev-1.0.x)].