drupal/simple_oauth_21
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3560993. --> Reported by: [carlitus](https://www.drupal.org/user/63775) >>> <p>When installing with composer:</p> <pre>composer require 'drupal/mcp_server:1.x-dev@dev'</pre><p>I get this error:</p> <pre>./composer.json has been updated<br>Running composer update drupal/mcp_server<br>Gathering patches for root package.<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/mcp_server 1.x-dev@dev -&gt; satisfiable by drupal/mcp_server[1.x-dev (alias of dev-1.x)].<br>&nbsp;&nbsp;&nbsp; - drupal/mcp_server dev-1.x requires drupal/simple_oauth_21 * -&gt; could not be found in any version, there may be a typo in the package name.<br>&nbsp;&nbsp;&nbsp; - drupal/mcp_server 1.x-dev is an alias of drupal/mcp_server dev-1.x and thus requires it to be installed too.<br><br>Potential causes:<br> - A typo in the package name<br> - The package is not available in a stable-enough version according to your minimum-stability setting<br>&nbsp;&nbsp; see &lt;https://getcomposer.org/doc/04-schema.md#minimum-stability&gt; for more details.<br> - It's a private package and you forgot to add a custom repository to find it<br><br>Read &lt;https://getcomposer.org/doc/articles/troubleshooting.md&gt; for further common problems.<br><br>Installation failed, reverting ./composer.json and ./composer.lock to their original content.</pre><p>I don't know why because in the composer.json of the module the require seems ok:</p> <pre>"require": {<br>&nbsp;&nbsp;&nbsp; "php": "^8.3",<br>&nbsp;&nbsp;&nbsp; "drupal/tool": "^1@alpha",<br>&nbsp;&nbsp;&nbsp; "drupal/simple_oauth": "^6",<br>&nbsp;&nbsp;&nbsp; "e0ipso/simple_oauth_21": "^1",<br>&nbsp;&nbsp;&nbsp; "mcp/sdk": "dev-main#7a58ab3f5ae03a085c37c7eb8b7678f197832b25"<br>&nbsp; },</pre><p>Here there is e0ipso/simple_oauth_21 and not drupal/simple_oauth_21, i don't know what it's the source of this problem. The same happens in another project.</p>
issue