Commit e8db1a58 authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3258409 by Grimreaper: Be able to install with ui_patterns_settings 2....

Issue #3258409 by Grimreaper: Be able to install with ui_patterns_settings 2. Fix Composer normalize.
parent eff32a7c
Loading
Loading
Loading
Loading
+17 −13
Original line number Diff line number Diff line
{
    "name": "drupal/ui_suite_bootstrap",
    "description": "UI Suite Bootstrap",
  "keywords": ["drupal", "web", "ui"],
  "type": "drupal-theme",
    "license": "GPL-2.0-or-later",
    "type": "drupal-theme",
    "keywords": [
        "drupal",
        "web",
        "ui"
    ],
    "require": {
    "twbs/bootstrap": "^4.4",
    "drupal/ui_patterns": "1.x",
    "drupal/ui_patterns_settings": "^1.0@beta",
    "drupal/layout_options": "^1.0@RC",
    "drupal/ui_examples": "^1.0@beta",
    "drupal/ui_styles": "^1.0@beta"
        "drupal/layout_options": "^1.0",
        "drupal/ui_examples": "^1.0",
        "drupal/ui_patterns": "^1.0",
        "drupal/ui_patterns_settings": ">=1.0",
        "drupal/ui_styles": "^1.0",
        "twbs/bootstrap": "^4.4"
    }
}