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> Problem 1<br> - Root composer.json requires drupal/mcp_server 1.x-dev@dev -> satisfiable by drupal/mcp_server[1.x-dev (alias of dev-1.x)].<br> - drupal/mcp_server dev-1.x requires drupal/simple_oauth_21 * -> could not be found in any version, there may be a typo in the package name.<br> - 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> see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.<br> - It's a private package and you forgot to add a custom repository to find it<br><br>Read <https://getcomposer.org/doc/articles/troubleshooting.md> 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> "php": "^8.3",<br> "drupal/tool": "^1@alpha",<br> "drupal/simple_oauth": "^6",<br> "e0ipso/simple_oauth_21": "^1",<br> "mcp/sdk": "dev-main#7a58ab3f5ae03a085c37c7eb8b7678f197832b25"<br> },</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