- Issue created by @camoa
- Merge request !4Adding v4 to the composer requirement of the bootstrap5 theme, for D11 compatibility β (Open) created by Unnamed author
- πΊπΈUnited States camoa
As far as I can see in the bootstrap5 theme page, v3 and v4 don't have major differences. So maybe all that is needed is the composer.json change.
- πΈπͺSweden javmc
Do we know when this going to be merged? I was planning on using the theme and the builder with the D11 websites I'm building.
- πͺπΈSpain gusgsm1
Sorry, but DXPR is not quite ready yet (version 6.0.0, released 11th December 2024).
I have tried to install it today (12th December) via composer in an Ubuntu server in a trial site with the latest version of Drupal (
11.0.9) and it refused because the companion module. The reason Composer gives is:drupal/dxpr_theme_helper[1.0.3, 1.0.4] require drupal/core ^8 || ^9 || ^10
I tried to install both the module and the theme by hand via FTP just adding
|| ^11
to the corresponding info.yml files and both worked seamingly with no big troubles.So, may I suggest adding that to both the theme and the module? If so, I will retry the Composer way and report back.
Thanks a lot in advance
- π³π±Netherlands jurriaanroelofs
Hello there, sorry about that we forgot to push the DXPR Theme Helper release, problem should be fixed now with 1.0.5:
https://www.drupal.org/project/dxpr_theme_helper/releases/1.0.5 β - πͺπΈSpain gusgsm1
Now it works. Installed in Drupal 11.0.9 via Composer in Ubuntu without any trouble.
Thanks a lot :)