Composer error on install / update
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3132562. --> Reported by: [johnennew](https://www.drupal.org/user/1150042) >>> <p>Composer is erroring when this module is included in the installation:</p> <p>```<br> $ composer install<br> Loading composer repositories with package information<br> {<br> Updating dependencies (including require-dev)<br> Your requirements could not be resolved to an installable set of packages.</p> <p> Problem 1<br> - The requested package drupal/embed could not be found in any version, there may be a typo in the package name.<br> Problem 2<br> - The requested package drupal/entity_embed could not be found in any version, there may be a typo in the package name.<br> Problem 3<br> - The requested package drupal/paragraphs could not be found in any version, there may be a typo in the package name.</p> <p>```</p> <p>the composer.json in the root of the module seems to have the wrong version of modules it depends on in it:</p> <p>```<br> "drupal/embed": "^1.4", // Latest is presently 1.3<br> "drupal/entity_embed": "^8.2", // latest is presently 1.1<br> "drupal/paragraphs": "^1.2" // latest is presently 1.11<br> ```</p>
issue