{
  "name": "drupal-composer/drupal-project",
  "description": "Project template for Drupal 8 projects with composer",
  "type": "project",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "",
      "role": ""
    }
  ],
  "repositories": [
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    {
      "type": "package",
      "package": {
        "name": "jackmoore/colorbox",
        "version": "1.6.4",
        "type": "drupal-library",
        "dist": {
          "url": "https://github.com/jackmoore/colorbox/archive/master.zip",
          "type": "zip"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "dimsemenov/photoswipe",
        "version": "4.1.1",
        "type": "drupal-library",
        "dist": {
          "url": "https://github.com/dimsemenov/PhotoSwipe/archive/v4.1.1.zip",
          "type": "zip"
        }
      }
    }
  ],
  "require": {
    "composer/installers": "^1.2",
    "cweagans/composer-patches": "^1.6",
    "drupal-composer/drupal-scaffold": "^2.5",
    "drupal/adminimal_admin_toolbar": "^1.7",
    "drupal/adminimal_theme": "^1.3",
    "drupal/backup_migrate": "^4.0",
    "drupal/colorbox": "^1.4",
    "drupal/console": "^1.0.2",
    "drupal/core": "^8.6.0",
    "drupal/editor_advanced_link": "^1.4",
    "drupal/entity_reference_revisions": "^1.5",
    "drupal/file_browser": "^1.1",
    "drupal/flexslider": "^2.0",
    "drupal/inline_entity_form": "^1.0",
    "drupal/media_entity_facebook": "^2.0",
    "drupal/media_entity_instagram": "^2.0",
    "drupal/metatag": "^1.5",
    "drupal/paragraphs": "^1.3",
    "drupal/pathauto": "^1.1",
    "drupal/redirect": "^1.1",
    "drupal/social_media_links": "^2.6",
    "drupal/superfish": "^1.2",
    "drupal/swiftmailer": "^1.0",
    "drupal/token": "^1.1",
    "drupal/video_embed_field": "^2.0",
    "drupal/webform": "^5.0",
    "drush/drush": "^9.0.0",
    "jackmoore/colorbox": "^1.6",
    "swiftmailer/swiftmailer": "^5.4",
    "vlucas/phpdotenv": "^2.4",
    "webflo/drupal-finder": "^1.0.0",
    "webmozart/path-util": "^2.3"
  },
  "require-dev": {
    "webflo/drupal-core-require-dev": "^8.6.0"
  },
  "conflict": {
    "drupal/drupal": "*"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "sort-packages": true
  },
  "autoload": {
    "classmap": [
      "scripts/composer/ScriptHandler.php"
    ],
    "files": ["load.environment.php"]
  },
  "scripts": {
    "pre-install-cmd": [
      "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
    ],
    "pre-update-cmd": [
      "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
    ],
    "post-install-cmd": [
      "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
    ],
    "post-update-cmd": [
      "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
    ]
  },
  "extra": {
    "patchLevel": {
      "drupal/core": "-p2"
    },
    "installer-paths": {
      "web/core": ["type:drupal-core"],
      "web/libraries/{$name}": ["type:drupal-library"],
      "web/modules/contrib/{$name}": ["type:drupal-module"],
      "web/profiles/contrib/{$name}": ["type:drupal-profile"],
      "web/themes/contrib/{$name}": ["type:drupal-theme"],
      "drush/Commands/{$name}": ["type:drupal-drush"]
    },
    "drupal-scaffold": {
      "initial": {
        ".editorconfig": "../.editorconfig",
        ".gitattributes": "../.gitattributes"
      }
    },
    "patches" : {
      "drupal/core" : {
        "Use new Transliteration functionality in core for file names" : "https://www.drupal.org/files/issues/2018-12-05/2492171-128.patch"
      }
    }
  }
}
