When attempting to install the 1.0.1 version via composer against a fresh Drupal 10 instance, the following error is received:

Problem 1
  - Root composer.json requires drupal/layoutbuilder_search_api ^1.0.1 -> satisfiable by drupal/layoutbuilder_search_api[1.0.1].
  - drupal/layoutbuilder_search_api 1.0.1 requires drupal/layout_builder-layout_builder * -> could not be found in any version, there may be a typo in the package name.

I believe the dependencies listed in the info YAML need tweaking. Instead of it having a dependency of `layout_builder:layout_builder`, it needs to be `drupal:layout_builder`.

Comments

SoulReceiver created an issue. See original summary.

soulreceiver’s picture

carolpettirossi’s picture

Status: Active » Needs review

I ran into this issue as well. However, I cannot apply the patch due to https://www.drupal.org/project/drupalorg/issues/3066468#comment-15136318

Maintainer, any chance we can get this pushed and released soon?

Thanks in advance!

ayalon’s picture

Thanks, I will create a new release. 1.0.2

  • 5749d6fb committed on 1.0.x
    Issue #3371584 by SoulReceiver, ayalon: Unable to install via composer...
ayalon’s picture

Status: Needs review » Fixed
ayalon’s picture

Status: Fixed » Closed (fixed)
carolpettirossi’s picture

Thank you :)