Unable to install through composer

Created on 24 June 2023, about 1 year ago
Updated 10 May 2024, about 2 months ago

Problem/Motivation

Unable to install the profile using composer require 'drupal/dropsolid_rocketship_profile:^6.0'

Following are the errors shown in the same order:
Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/simple_recaptcha ^1.0 -> found drupal/simple_recaptcha[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/simple_recaptcha:^1.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/disable_language ^1.0 -> found drupal/disable_language[dev-1.x, 1.0.0-beta1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/disable_language:^1.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/imageapi_optimize_binaries ^1.0 -> found drupal/imageapi_optimize_binaries[dev-1.x, 1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-beta1, 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/imageapi_optimize_binaries:^1.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/imageapi_optimize_binaries ^1.0 -> found drupal/imageapi_optimize_binaries[dev-1.x, 1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-beta1, 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/imageapi_optimize_binaries:^1.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/imageapi_optimize_resmushit ^2.0 -> found drupal/imageapi_optimize_resmushit[dev-2.x, 2.0.0-beta1, 2.0.0-beta2, 2.0.0-beta3, 2.x-dev (alias of dev-2.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/imageapi_optimize_resmushit:^2.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/rabbit_hole ^1.0 -> found drupal/rabbit_hole[dev-1.x, 1.0.0-beta1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

I have used: composer require 'drupal/rabbit_hole:^1.0@beta' to solve this and tried again, next up

Problem 1
- drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4] require drupal/rocketship_core ^6.0 -> satisfiable by drupal/rocketship_core[6.0.0, ..., 6.0.8].
- drupal/rocketship_core 6.0.0 requires drupal/inline_entity_form * -> found drupal/inline_entity_form[dev-1.x, dev-2.0.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-beta1, ..., 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
- drupal/rocketship_core[6.0.1, ..., 6.0.2] require drupal/field_formatter ^3.0 -> found drupal/field_formatter[dev-3.x, 3.0.0-alpha0, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- drupal/rocketship_core[6.0.3, ..., 6.0.8] require drupal/config_ignore ^3.0 -> found drupal/config_ignore[dev-3.x, 3.0.0-beta1, 3.0.0-beta2, 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/dropsolid_rocketship_profile ^6.0 -> satisfiable by drupal/dropsolid_rocketship_profile[6.0.0, ..., 6.0.4].

After this,
composer require 'drupal/inline_entity_form:^2.0@RC'
composer require 'drupal/layout_builder_restrictions_by_role:^1.0@alpha'
composer require 'drupal/linkit:^6.0@RC'

After explicitly installing the modules separately using composer commands, the profile got installed. Looks like they are wrongly referred in composer file.

🐛 Bug report
Status

Closed: won't fix

Version

6.0

Component

Code

Created by

🇮🇳India kbk1992 Hyderabad

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024