Installation failed drupal 9.3.7

./composer.json has been updated
Running composer update drupal/taarikh --with-all-dependencies
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/taarikh[1.0.0-alpha1, ..., 1.0.0-alpha2] require drupal/core ^8 -> found drupal/core[8.0.0, ..., 8.9.20] but these were not loaded, likely because it conflicts with another require.
    - drupal/taarikh 1.0.0-alpha3 requires hussainweb/date-converter ^1.0 -> found hussainweb/date-converter[dev-master, v1.0-beta1, v1.0-beta2, 1.x-dev (alias of dev-master)] but it does not match your minimum-stability.
    - Root composer.json requires drupal/taarikh ^1.0@alpha -> satisfiable by drupal/taarikh[1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-alpha3].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Comments

mhmd created an issue. See original summary.

mmjvb’s picture

Run:
composer require hussainweb/date-converter "@beta" --no-update
first to allow non-stable releases for date-converter.

hussainweb’s picture

Status: Active » Needs review

@mhmd, did the comment from @mmjvb help? The reason is that minimum-stability in your composer.json is probably set to stable or beta. Can you reduce it to alpha or dev and try again? This is because there is only an alpha release available for this module right now. See https://getcomposer.org/doc/04-schema.md#minimum-stability

I am looking at a fresh set of issues and given that I am using this module for a long time, I am going to release a stable. This problem will go away at that time.

hussainweb’s picture

Status: Needs review » Closed (outdated)

I assume this worked. Please feel free to reopen if not. Right now, the module installs fine on Drupal 9.5 at least (and soon on Drupal 10).