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
```
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | paragraphs_entity_embed-composer-3132562-3.patch | 506 bytes | bibishani |
| #2 | paragraphs_entity_embed-composer-3132562-2.patch | 501 bytes | johnennew |
Comments
Comment #2
johnennew commentedThis patch fixes this problem
Comment #3
bibishani commentedHi 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 :)
Comment #5
bibishani commented