composer install fails in Tugboat
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3557967. -->
Reported by: [q0rban](https://www.drupal.org/user/31022)
>>>
<h3 id="overview">Overview</h3>
<p>Tugboat builds are failing because Canvas has an 11.2 core dep in composer and <code>tugboatqa/drupal:11</code> defaults to 11.1 right now.</p>
<pre>composer require drupal/canvas drupal/demo_design_system drupal/components drupal/default_content<br><br>Your requirements could not be resolved to an installable set of packages.<br><br> Problem 1<br> - Root composer.json requires drupal/canvas * -> satisfiable by drupal/canvas[dev-main].<br> - drupal/canvas dev-main requires drupal/core ^11.2 -> found drupal/core[11.2.0-alpha1, ..., 11.x-dev] but the package is fixed to 11.1.8 (lock file<br> version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.</pre><h3 id="proposed-resolution">Proposed resolution</h3>
<p>Switch to <code>tugboatqa/drupal:11.2.7</code>.</p>
<h3 id="ui-changes">User interface changes</h3>
> Related issue: [Issue #3546166](https://www.drupal.org/node/3546166)
issue