{
    "name": "lakedrops/d8-project",
    "description": "Drupal 8 project template for a composer based workflow",
    "type": "project",
    "keywords": [
        "Drupal",
        "Development",
        "Install",
        "Update"
    ],
    "homepage": "https://gitlab.lakedrops.com/composer/project/drupal-8",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jürgen Haas",
            "email": "juergen@paragon-es.de",
            "homepage": "https://www.paragon-es.de",
            "role": "Drupal Expert"
        },
        {
            "name": "Richard Papp",
            "email": "richard.papp@boromino.com",
            "homepage": "http://www.boromino.com",
            "role": "Drupal Expert"
        }
    ],
    "support": {
        "issues": "https://gitlab.lakedrops.com/composer/project/drupal-8/issues",
        "source": "https://gitlab.lakedrops.com/composer/project/drupal-8/tree/master"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        {
            "type": "package",
            "package": {
                "name": "harvesthq/chosen",
                "version": "1.8.2",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/harvesthq/chosen/releases/download/v1.8.2/chosen_v1.8.2.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "ckeditorplugin/codesnippet",
                "type": "drupal-library",
                "version": "master",
                "dist": {
                    "type": "zip",
                    "url": "https://download.ckeditor.com/codesnippet/releases/codesnippet_4.7.3.zip",
                    "reference": "master"
                }
            }
        }
    ],
    "require": {
        "ckeditorplugin/codesnippet": "master",
        "drupal/address": "^1.2",
        "drupal/block_class": "1.x-dev",
        "drupal/codesnippet": "^1.6",
        "drupal/colorbox": "^1.4",
        "drupal/ds": "^3.1",
        "drupal/elastic_email": "^2.1",
        "drupal/entity": "^1.0-beta1",
        "drupal/extlink": "^1.0",
        "drupal/field_group": "^3.0-beta1",
        "drupal/honeypot": "^1.27",
        "drupal/linkit": "^5.0",
        "drupal/metatag": "^1.3",
        "drupal/node_view_permissions": "^1.1",
        "drupal/pathauto": "^1.0",
        "drupal/piwik": "^1.1",
        "drupal/piwik_noscript": "^1.1",
        "drupal/recaptcha": "^2.2",
        "drupal/redis": "1.0-rc2",
        "drupal/rules": "^3.0-alpha3",
        "drupal/simple_sitemap": "^2.10",
        "drupal/smart_login": "1.x-dev",
        "drupal/smtp": "^1.0-beta3",
        "drupal/subpathauto": "^1.0-beta1",
        "drupal/token": "^1.0",
        "drupal/unlimited_number": "^1.0-beta2",
        "lakedrops/d8-project-scaffold": "^1.0.0"
    },
    "require-dev": {
        "behat/mink": "~1.7",
        "behat/mink-goutte-driver": "~1.2",
        "jcalderonzumba/gastonjs": "~1.2",
        "jcalderonzumba/mink-phantomjs-driver": "~0.3",
        "lakedrops/d8-project-scaffold-developer": "^1.0.0",
        "mikey179/vfsStream": "~1.6",
        "phpunit/phpunit": "~4.8",
        "symfony/css-selector": "~3.3"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "discard-changes": true
    },
    "extra": {
        "drupal-scaffold": {
            "excludes": [
                "sites/default/default.settings.php",
                "sites/default/default.services.yml",
                "sites/development.services.yml",
                "sites/example.settings.local.php",
                "sites/example.sites.php"
            ]
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library"
            ],
            "drush/contrib/{$name}": [
                "type:drupal-drush"
            ]
        },
        "patches": {
            "drupal/smart_login": {
                "Error 403 redirect": "https://www.drupal.org/files/issues/this_is_silently-2831386-2.patch"
            },
            "drupal/social_profile_field": {
                "Langparam": "https://www.drupal.org/files/issues/social_profile_field-fix-warnings-in-formatter-1.patch",
                "Redundant icons": "https://www.drupal.org/files/issues/more_effective_handling-2799887-2.patch",
                "Alter icon path": "https://www.drupal.org/files/issues/allow_for_different-2799907-2.patch"
            }
        }
    }
}