- πΊπΈUnited States mortona2k Seattle
This is a duplicate of the related issue.
Looks like the composer.json file was added in that one, but it was never closed.
I posted a fix there to try.
By installing via --> composer require 'drupal/elementor:2.0.x-dev@dev'
I'm getting the error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/elementor dev-2.0.x requires elementor/elementor ^v3.4.8 -> could not be found in any version, there may be a typo in the package name.
- drupal/elementor 2.0.x-dev is an alias of drupal/elementor dev-2.0.x and thus requires it to be installed too.
- Root composer.json requires drupal/elementor 2.0.x-dev@dev -> satisfiable by drupal/elementor[2.0.x-dev (alias of dev-2.0.x)].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
- It's a private package and you forgot to add a custom repository to find it
Closed: duplicate
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is a duplicate of the related issue.
Looks like the composer.json file was added in that one, but it was never closed.
I posted a fix there to try.