SiteExporter should not set a version in the exported composer.json
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3577570. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !836 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Right now, the site export tool will set <code>version: 1.0.0</code> in <code>composer.json</code>, if not otherwise defined.</p> <p>This has turned out to be problematic, because it renders dev branches of the recipe uninstallable by Composer. The right move is to delegate this change to the packaging pipeline.</p>
issue