- Issue created by @Danny Englander
- πΊπΈUnited States Danny Englander San Diego
ok I have tested my branch using
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/layout_builder_iframe_modal" ] }, { "type": "git", "url": "https://git.drupalcode.org/issue/layout_builder_iframe_modal-3495564.git" } ],
and then run
composer require 'drupal/layout_builder_iframe_modal:dev-3495564-update-composer.json-to'
and now my branch of the module gets pulled in, I enable it and it works fine.
- πΊπΈUnited States maddentim
This issue is blocking my ability to upgrade a site to D11. It was a bit of a head scratcher as the module said it was D11 compatible, but composer thought otherwise. I would appreciate a new release with the fix.
- πΊπΈUnited States Danny Englander San Diego
@maddentim, you can use my composer setup above to get the fix.
-
svendecabooter β
committed f4c7f6b2 on 1.3.x
Issue #3495564 by danny englander, svendecabooter: Update composer.json...
-
svendecabooter β
committed f4c7f6b2 on 1.3.x
- π§πͺBelgium svendecabooter Gent
Thanks for catching this.
Updated the code to add D11 support via Composer.