{
    "name": "acquia/lightning-project",
    "description": "Project template for Drupal 8 sites built with the Lightning distribution.",
    "type": "project",
    "license": "GPL-2.0+",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require-dev": {
        "drupal/drupal-extension": "^3.2",
        "behat/mink": "~1.7",
        "behat/mink-goutte-driver": "~1.2",
        "jcalderonzumba/gastonjs": "~1.0.2",
        "drupal/coder": "8.*",
        "mikey179/vfsStream": "~1.2",
        "phpunit/phpunit": "~4.8",
        "symfony/css-selector": "~2.8",
        "behat/behat": "^3.0",
        "se/selenium-server-standalone": "^2.53",
        "composer/composer": "^1.3",
        "drupal/console": "^1.0",
        "bex/behat-screenshot": "^1.2",
        "bex/behat-screenshot-image-driver-uploadpie": "^1.0"
    },
    "require": {
        "acquia/lightning": "~3.2.6",
        "drupal/devel": "1.x-dev",
        "drupal/redis": "^1.0@beta",
        "drupal/redirect": "^1.0@beta",
        "drupal/admin_toolbar": "^1.19",
        "drupal/field_group": "^1.0@RC",
        "drupal/paragraphs": "^1.1",
        "drupal/entity_reference_revisions": "^1.3",
        "drupal/twig_field_value": "^1.1",
        "drupal/search_api": "^1.3",
        "drupal/search_api_page": "^1.0@alpha",
        "drupal/menu_block": "^1.4",
        "drupal/block_class": "^1.0@alpha",
        "drupal/bg_image_formatter": "^1.0@beta",
        "drupal/better_exposed_filters": "^3.0@alpha",
        "drupal/webform": "^5.0",
        "drupal/menu_link_attributes": "^1.0@beta",
        "drupal/menu_svg_icons": "^1.0@RC",
        "drupal/smart_trim": "1.x-dev",
        "drupal/styled_google_map": "2.x-dev",
        "drupal/geocoder": "^2.0@alpha",
        "drupal/address": "^1.2",
        "drupal/spamspan": "^1.0@alpha",
        "drupal/recaptcha": "2.x-dev",
        "drupal/autocomplete_deluxe": "^1.0@beta",
        "drupal/flag": "4.x-dev",
        "drupal/entity_print": "^2.0",
        "drupal/entityqueue": "^1.0@alpha",
        "drupal/extlink": "1.0",
        "drupal/google_analytics": "^2.2",
        "drupal/blockgroup": "1.x-dev",
        "drupal/addtoany": "^1.8",
        "drupal/popup_dialog": "^1.0",
        "drupal/path_redirect_import": "^1.0@beta",
        "drupal/rabbit_hole": "1.x-dev",
        "mikehaertl/phpwkhtmltopdf": "~2.1.",
        "drupal/simple_sitemap": "^2.11",
        "vanderlee/phpSyllable": "^1.4.6",
        "drupal/workbench_moderation": "^1.2",
        "drupal/config_ignore": "^2.1",
        "drupal/draggableviews": "^1.0",
        "drupal/views_block_filter_block": "1.x-dev",
        "drupal/ckwordcount": "^1.0",
        "drupal/better_formats": "1.x-dev",
        "drupal/maxlength": "^1.0@beta",
        "drupal/permissions_filter": "^1.0",
        "drush/drush": "~9.0",
        "drupal/override_node_options": "^2.4",
        "drupal/linkit": "^5.0",
        "drupal/editor_advanced_link": "^1.4",
        "drupal/google_analytics_et": "2.x-dev",
        "drupal/search_api_exclude_entity": "^1.0@beta",
        "drupal/entity_clone": "1.x-dev",
        "drupal/backup_migrate": "^4.0",
        "drupal/views_data_export": "1.x-dev"
    },
    "repositories": {
        "0": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        "1": {
            "type": "package",
            "package": {
                "name": "vanderlee/phpSyllable",
                "version": "1.4.6",
                "source": {
                    "url": "https://github.com/vanderlee/phpSyllable.git",
                    "type": "git",
                    "reference": "1.4.6"
                }
            }
        },
        "asset-packagist": {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
        ],
        "post-update-cmd": [
            "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
        ]
    },
    "config": {
        "bin-dir": "bin/"
    },
    "extra": {
        "installer-paths": {
            "docroot/core": [
                "type:drupal-core"
            ],
            "docroot/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "docroot/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "docroot/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/contrib/{$name}": [
                "type:drupal-drush"
            ],
            "docroot/libraries/{$name}": [
                "type:bower-asset",
                "type:npm-asset"
            ]
        },
        "drupal-scaffold": {
            "excludes": [
                ".htaccess",
                "robots.txt"
            ]
        },
        "enable-patching": true,
        "patches": {
            "drupal/panels": {
                "Custom attributes in panels blocks": "https://www.drupal.org/files/issues/2849867-custom_attributes_in_panels_blocks-11.patch"
            },
            "drupal/core": {
                "Add support for <nolink>, <none> and empty values to the UI": "https://www.drupal.org/files/issues/2698057_2.patch",
                "Node revision routes don't convert {node} param": "https://www.drupal.org/files/issues/2730631-13.patch",
                "FieldItemList::view() does not display fields in the correct language": "https://www.drupal.org/files/issues/2606322-3.x-field_list_item_view_correct_language.patch",
                "#2877994 Entity Links fields does not have translation support": "https://www.drupal.org/files/issues/2019-01-05/2877994-88.patch"
            },
            "drupal/entityqueue": {
                "When handler_settings is a view a notice is returned on node delete": "https://www.drupal.org/files/issues/2921550.patch"
            },
            "drupal/entity_browser": {
                "Problems with multilingual entities": "https://www.drupal.org/files/issues/2018-06-08/entity_browser-problems-with-multilingual-2721665-36.patch",
                "SVV-1125: Downloads: Can't do changes in docs in translation mode": "patches/SVV_1125-fix_selected_entities_draggable_region_layout_3.patch"
            },
            "drupal/popup_dialog": {
                "No Popup showing up": "https://www.drupal.org/files/issues/no-popup-showing-up-2863323-4.patch"
            },
            "drupal/path_redirect_import": {
                "Invalid argument for foreach / Missing index": "https://www.drupal.org/files/issues/path_redirect_import-missing_warning_index.patch"
            },
            "drupal/config_ignore": {
                "Undefined index if configuration to ignore is not available": "https://www.drupal.org/files/issues/undefined_index-2922596-02.patch"
            },
            "drupal/autocomplete_deluxe": {
                "Autocomplete items disappear on hover": "https://www.drupal.org/files/issues/autocomplete_deluxe-autocomplete_items_hover-2923908-5.patch"
            },
            "drupal/lightning_media": {
                "Entity browser reordering of files broken in lightning 8.x-2.16": "https://www.drupal.org/files/issues/2901225_20_lightning-media-module.patch"
            },
            "drupal/webform": {
                "Translate webforms permissions": "https://www.drupal.org/files/issues/webform-granular_translate_permissions-2948012-9.patch"
            },
            "drupal/better_exposed_filters": {
                "Select All/None doesn't work in combination with autosubmit": "https://www.drupal.org/files/issues/autosubmit-breaks-select-all-none-2947189-4.patch",
                "Collapsible filters don't work in IE": "https://www.drupal.org/files/issues/collapsible-filters-ie-2942120-3.patch"
            }
        },
        "installer-types": [
            "bower-asset",
            "npm-asset"
        ]
    }
}
