Composer is erroring when this module is included in the installation:

```
$ composer install
Loading composer repositories with package information
{
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package drupal/embed could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package drupal/entity_embed could not be found in any version, there may be a typo in the package name.
Problem 3
- The requested package drupal/paragraphs could not be found in any version, there may be a typo in the package name.

```

the composer.json in the root of the module seems to have the wrong version of modules it depends on in it:

```
"drupal/embed": "^1.4", // Latest is presently 1.3
"drupal/entity_embed": "^8.2", // latest is presently 1.1
"drupal/paragraphs": "^1.2" // latest is presently 1.11
```

Comments

johnennew created an issue. See original summary.

johnennew’s picture

Status: Active » Needs review
StatusFileSize
new501 bytes

This patch fixes this problem

bibishani’s picture

Hi johnennew !:)
Thanks for the issue and for the patch. As I see it too late, the embed is on new version. I rerolled your patch :)

  • bibishani committed c387dcd on 8.x-1.x authored by johnennew
    Issue #3132562 by johnennew, bibishani: Composer error on install /...
bibishani’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.