- Issue created by @mahmoud barhouma
- 🇯🇴Jordan Ahmad Alyasaki
Thank you! The issue has been merged into the latest dev version.
The current version of seeds_tailwind specifies a dependency on `drupal/ui_patterns:^1.8`, which conflicts with other modules that require `ui_patterns:^2.0`. This causes installation issues in Drupal 11 setups where many contrib modules already use ui_patterns 2.x.
Please consider updating the info.yml file to allow `^2.0` or supporting both `^1.8 || ^2.0` in the dependency constraint.
If there are API changes between 1.x and 2.x that require theme updates, we’d be happy to help test and patch.
Active
1.0
Code
Thank you! The issue has been merged into the latest dev version.