Can't install latest version of calendar module with composer for Drupal 11
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3388622. -->
Reported by: [claudia sotto](https://www.drupal.org/user/3054977)
Related to !44 !32
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Can't install Calendar module released 8 August 2023 with composer.</p>
<h3 id="summary-steps-reproduce">Steps to reproduce in Composer:</h3>
<h4>Tried:</h4>
<p> composer require 'drupal/calendar:^1.0@beta'</p>
<h4>Got:</h4>
<p> ./composer.json has been updated<br>
Running composer update drupal/calendar<br>
Loading composer repositories with package information<br>
Updating dependencies<br>
Your requirements could not be resolved to an installable set of packages.<br>
Problem 1<br>
- Root composer.json <strong>requires drupal/calendar 1.0@beta</strong>, found drupal/calendar[dev-1.x, dev-2.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.x-dev (alias of dev-2.x)] but it d<strong>oes not match the constraint.</strong><br>
Installation failed, reverting ./composer.json and ./composer.lock to their original content.</p>
<h4>Tried:</h4>
<p> composer require 'drupal/calendar:^1.0-beta1'</p>
<h4>Got:</h4>
<p> ./composer.json has been updated<br>
Running composer update drupal/calendar<br>
Loading composer repositories with package information<br>
Updating dependencies<br>
Your requirements could not be resolved to an installable set of packages.<br>
Problem 1<br>
- Root composer.json requires drupal/calendar 1.0-beta1 -> satisfiable by drupal/calendar[1.0.0-beta1].<br>
- drupal/calendar 1.0.0-beta1 requires drupal/calendar_datetime * -> f<strong>ound drupal/calendar_datetime</strong>[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] <strong>but it does not match your minimum-stability.</strong><br>
Installation failed, reverting ./composer.json and ./composer.lock to their original content.</p>
<h4>Tried:</h4>
<p> composer require 'drupal/calendar:1.x-dev@dev'</p>
<h4>Got:</h4>
<p> Your requirements could not be resolved to an installable set of packages.</p>
<p> Problem 1<br>
- drupal/calendar dev-1.x requires drupal/calendar_datetime * -> found drupal/calendar_datetime[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.<br>
- drupal/calendar 1.x-dev is an alias of drupal/calendar dev-1.x and thus requires it to be installed too.<br>
- Root composer.json requires drupal/calendar 1.x-dev@dev -> satisfiable by drupal/calendar[1.x-dev (alias of dev-1.x)].</p>
<p> Installation failed, reverting ./composer.json and ./composer.lock to their original content.</p>
issue