Make the components use stable version constraints for each other
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3501423. -->
Reported by: [heyyo](https://www.drupal.org/user/474388)
Related to !471 !472
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When installing 1.x-dev or 1.0.x-dev, I have to manually switch to minimum-stability to "dev" and now I have this error when running composer install<br>
Your requirements could not be resolved to an installable set of packages.</p>
<pre>Problem 1<br> - Root composer.json requires drupal/drupal_cms_starter 1.0.x-dev -> satisfiable by drupal/drupal_cms_starter[1.0.x-dev].<br> - drupal/drupal_cms_starter 1.0.x-dev requires drupal/drupal_cms_olivero 1.0.x-dev -> found drupal/drupal_cms_olivero[1.x-dev, 1.0.x-dev, 1.0.0-rc1, 1.0.0-rc2, 1.0.0] but it does not match the constraint.</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<pre>git clone git@git.drupal.org:project/cms.git<br>cd cms<br>git checkout 1.x<br>./launch-drupal-cms.sh</pre>
issue