Add Drupal CMS 2.0 support to CCC
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3574420. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !88 !68 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>[One-line status update for stakeholders]<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <strong>Blocked by: </strong>[#XXXXXX] (New issues on new lines)<br> <strong>Additional Collaborators: </strong> @username1, @username2<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When trying to install on Drupal CMS 2.0, I'm getting:</p> <pre>ddev composer require drupal/ai_context:dev-1.0.x -W<br>./composer.json has been updated<br>Running composer update drupal/ai_context --with-all-dependencies<br>Loading composer repositories with package information<br>Updating dependencies<br>Your requirements could not be resolved to an installable set of packages.<br><br>&nbsp; Problem 1<br>&nbsp;&nbsp;&nbsp; - Root composer.json requires drupal/ai_context dev-1.0.x -&gt; satisfiable by drupal/ai_context[dev-1.0.x].<br>&nbsp;&nbsp;&nbsp; - drupal/ai_context dev-1.0.x requires drupal/eca ^2.1 -&gt; found drupal/eca[dev-2.1.x, 2.1.0-beta1, ..., 2.1.x-dev (alias of dev-2.1.x)] but it conflicts with your root composer.json require (^3.0.8).<br><br>Installation failed, reverting ./composer.json and ./composer.lock to their original content.</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update composer.json to use: <code>"drupal/eca": "^3.0.8"</code></p> <h3 id="summary-remaining-tasks">Target date or deadline</h3> <p>February 2026</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Update composer<br> Review and test</p> <h3 id="summary-ai-usage">AI usage (if applicable)</h3> <p>[ ] AI Assisted Issue<br> This issue was generated with AI assistance, but was reviewed and refined by the creator.</p> <p>[ ] AI Assisted Code<br> This code was mainly generated by a human, with AI autocompleting or parts AI generated, but under full human supervision.</p> <p>[ ] AI Generated Code<br> This code was mainly generated by an AI with human guidance, and reviewed, tested, and refined by a human.</p> <p>[ ] Vibe Coded<br> This code was generated by an AI and has only been functionally tested.</p>
issue