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
Comment #2
soulreceiver commentedComment #3
carolpettirossi commentedI 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!
Comment #4
ayalon commentedThanks, I will create a new release. 1.0.2
Comment #6
ayalon commentedComment #7
ayalon commentedA new release is available:
https://www.drupal.org/project/layoutbuilder_search_api/releases/1.0.2
Comment #8
carolpettirossi commentedThank you :)