- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- 🇧🇪Belgium flyke
If anyone needs to add this module to a D11 project, here are instructions if you have not done it before.
Add the patch in your composer.json patches section.
"drupal/layout_builder_browser": { "#3431577": "https://git.drupalcode.org/project/layout_builder_browser/-/merge_requests/23.diff" }
If you don't have composer-drupal-lenient yet, add it to your project first:
composer require mglaman/composer-drupal-lenient
Add this module to the lenient allowed list:
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/layout_builder_browser"]'
Now you can add this module to your D11 project:
composer require drupal/layout_builder_browser
And of course you can enable it
drush en layout_builder_browser
- 🇧🇪Belgium StryKaizer Belgium
Thx Joeri!
I learned something today :p
Anyhow, I'll make a new release asap.
- 🇧🇪Belgium svendecabooter Gent
Can a new release be created for Drupal 11, so we do not have to rely on the lenient Composer endpoint?
Especially given D11 support does not require any code changes, other than tagging the module as D11 compatible.