Failing to installation

Created on 19 December 2023, about 1 year ago

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)].

🐛 Bug report
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

🇮🇳India manpreetsingh154

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024