Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
We're down to just material_icons not having 11 support. I've added composer lenient to the template project (check that out for how to allow composer to install it anyway on a per-project basis.)
Both those patches are still failing. The first should be compatible with D11 so I am investigating that further, the second looks like it has not be rebased for D11 so will need work.
Comments
Comment #2
dieuweModules that have been temporarily removed from the 11.0.x branch:
Permanently removed:
There are a few failing patches too:
That's not a bad start.
Comment #4
dieuweWe're down to just material_icons not having 11 support. I've added composer lenient to the template project (check that out for how to allow composer to install it anyway on a per-project basis.)
Both those patches are still failing. The first should be compatible with D11 so I am investigating that further, the second looks like it has not be rebased for D11 so will need work.
Comment #5
dieuweI've had to remove sector_theme from the distro due to composer lenient only kicking in after the initial "composer install".
It's fine if you're upgrading or adding packages after the initial install, but to keep things simple I have excluded it.
In order to test Sector 11 you can do a fresh install or an upgrade. Fresh install:
To upgrade an existing project:
The second core patch from comment#2 is still failing. All else looks fine.
We need to keep an eye on #3431829: Automated Drupal 11 compatibility fixes for material_icons for material_icons and #3274635: [upstream] Use CKEditor 5's native <ol type> and <ul type> UX for that core patch.
Comment #6
dieuweTo get Material Icons to behave, also temporarily add a patch for it to your project:
Comment #7
dieuweOn install there are a few PHP deprecation warnings with 8.4 on a handful of contrib modules that I'll follow up on separately with those modules.
Other than that, the fresh install runs smoothly for me, so the Sector 11 dev version is ready for further work.
Comment #9
dieuweWorkarounds from comment 5 & 6 no longer needed - material_icons is compatible with 11 and sector_theme has been added back.
Still a few things on those core patches to review, so leaving issue open for a bit longer.