- Issue created by @alejico
- First commit to issue fork.
- 🇬🇧United Kingdom marcosdr
Updated the patch versions to those that are compatible with Drupal 10.
- Merge request !163447638 - Update patch versions to be compatible with Drupal 10 → (Open) created by marcosdr
- First commit to issue fork.
- 🇳🇱Netherlands rfbrandsma
Updated the patch versions to be compatible with Drupal 10.3
- 🇵🇰Pakistan ugintl
Thank you updating the patch. I installed the module, but this time it did not try to apply the patch. Did you remove it? Should I apply the patch manually?
- 🇳🇱Netherlands rfbrandsma
Hi ugintl.
When I require the module with the specific version from my MR it does install the patches:
composer require "drupal/layoutcomponents:dev-3447638-10.3-compatibility"
You have to add this fork as a repository in you composer.json to make it work.
"layoutcomponents": { "type": "vcs", "url": "https://git.drupalcode.org/issue/layoutcomponents-3447638.git" },