Drupal 11 sites face conflicting dependancies when requiring module through composer
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3567766. -->
Reported by: [ahmad-khalil-imagex](https://www.drupal.org/user/3858078)
Related to !3
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p> On a Drupal 11 site, trying to require this module through composer results in conflicting dependancies. </p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p></p><ol>
<li> Install a Drupal 11 site </li>
<li> Run <strong>composer require 'drupal/agui:^1.0@alpha' </strong> </li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p> In the <a href="https://git.drupalcode.org/project/agui/-/blob/1.0.0-alpha5/composer.json?ref_type=tags#L6"> following line </a> Update to <strong> "drupal/core": "^10.2 || ^11", </strong>
</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p> N/A<br>
</p><h3 id="summary-ui-changes">User interface changes</h3>
<p> N/A<br>
</p><h3 id="summary-api-changes">API changes</h3>
<p> N/A<br>
</p><h3 id="summary-data-model-changes">Data model changes</h3>
<p> N/A<br>
</p>
issue