{
    "name": "kuke/drupalbare",
    "description": "Kuke-maintained bare bones Drupal installation",
    "type": "project",
    "license": "GPL-2.0-only",
    "authors": [
        {
            "name": "Mainostoimisto Kuke",
            "email": "tuki@kuke.fi"
        }
    ],
    "require": {
        "composer/installers": "^1.2",
        "drupal/admin_toolbar": "^3.0",
        "drupal/core-composer-scaffold": "^11",
        "drupal/core-recommended": "^11",
        "drupal/ctools": "^4.0",
        "drupal/imce": "^3.0",
        "drupal/linkit": "^7.0",
        "drupal/paragraphs": "*",
        "drupal/pathauto": "^1.4",
        "drupal/schema_metatag": "^3.0",
        "drupal/simple_sitemap": "^4.0",
        "drupal/token": "^1.5",
        "drupal/twig_tweak": "^3.0",
        "drupal/upgrade_status": "^4.3",
        "drupal/webform": "^6.3@beta",
        "drush/drush": "^13.0"
    },
    "conflict": {
      "drupal/drupal": "*"
    },
    "config": {
      "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true
        }
    },
    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    },

    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "./"
            }
        },

        "installer-paths": {
            "core": ["type:drupal-core"],
            "libraries/{$name}": ["type:drupal-library"],
            "modules/contrib/{$name}": ["type:drupal-module"],
            "profiles/contrib/{$name}": ["type:drupal-profile"],
            "themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "modules/custom/{$name}": ["type:drupal-custom-module"],
            "themes/custom/{$name}": ["type:drupal-custom-theme"]
        }
    }
}
