{
	"name": "drupal/recommended-project",
	"description": "Project template for Drupal 8 projects with a relocated document root",
	"type": "project",
	"license": "GPL-2.0-or-later",
	"homepage": "https://www.drupal.org/project/drupal",
	"support": {
		"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
		"chat": "https://www.drupal.org/node/314178"
	},
	"repositories": [
		{
			"type": "composer",
			"url": "https://packages.drupal.org/8"
		}
	],
	"require": {
		"composer/installers": "^1.9",
		"drupal/adminimal_theme": "^1.6.0",
		"drupal/allowed_formats": "^2.0",
		"drupal/audiofield": "^1.9",
		"drupal/auto_entitylabel": "^3.0@beta",
		"drupal/autocomplete_deluxe": "^2.0",
		"drupal/background_image_formatter": "^1.7",
		"drupal/backup_migrate": "^5.0",
		"drupal/better_field_descriptions": "^1.5",
		"drupal/bg_image_formatter": "^1.14",
		"drupal/bootstrap": "^3.25",
		"drupal/cer": "^5.0@beta",
		"drupal/chosen": "^3.0",
		"drupal/chosen_lib": "^3.0",
		"drupal/computed_field": "^3",
		"drupal/conditional_fields": "^4.0@alpha",
		"drupal/content_sync": "^3",
		"drupal/core-composer-scaffold": "^9",
		"drupal/core-project-message": "^9",
		"drupal/core-recommended": "^9",
		"drupal/ctools": "^3.4",
		"drupal/datatables": "^2.0.0",
		"drupal/devel": "^4",
		"drupal/devel_entity_updates": "^4.1",
		"drupal/edit_uuid": "^2.1",
		"drupal/embed": "^1.6",
		"drupal/emptyparagraphkiller": "^1.0@alpha",
		"drupal/entity_browser": "^2.8",
		"drupal/entity_embed": "^1.1",
		"drupal/entity_extra_field": "^2.0@alpha",
		"drupal/entity_field_condition": "^1.3",
		"drupal/entity_reference_revisions": "^1.10",
		"drupal/extra_field": "^2.3",
		"drupal/extra_field_plus": "^3",
		"drupal/field_formatter": "^3",
		"drupal/field_group": "^3.1",
		"drupal/field_hidden": "^2.0",
		"drupal/file_mdm": "^2.1",
		"drupal/filefield_paths": "^1.0@beta",
		"drupal/image_style_generate": "^1.0",
		"drupal/image_style_warmer": "^1.0.0",
		"drupal/inline_entity_form": "^1.0@RC",
		"drupal/jquery_ui_accordion": "^1.1",
		"drupal/manage_display": "^1.0@beta",
		"drupal/material_admin": "^2.0",
		"drupal/media_entity_audio": "^3.0",
		"drupal/media_thumbnail_url_formatter": "^2.0",
		"drupal/metatag": "^1.14",
		"drupal/paragraphs": "^1.15",
		"drupal/paragraphs_admin": "^1.4",
		"drupal/pathauto": "^1.11",
		"drupal/podcast": "^1.1",
		"drupal/publication_date": "^2.0@beta",
		"drupal/readmore_extrafield": "^3.1",
		"drupal/redirect": "^1.8",
		"drupal/rules": "^3.0@alpha",
		"drupal/rules_token": "^2.0",
		"drupal/scheduler": "^1.4",
		"drupal/shortcode": "^2.0",
		"drupal/simple_menu_icons": "^2.3",
		"drupal/smart_date": "^3.6",
		"drupal/social_api": "^3.1",
		"drupal/social_media": "^1.9",
		"drupal/social_post": "^3",
		"drupal/social_post_twitter": "^3",
		"drupal/subpathauto": "^1.1",
		"drupal/term_merge": "^2.0@beta",
		"drupal/term_reference_change": "^1.0@beta",
		"drupal/textimage": "^4.2",
		"drupal/time_field": "^2.0",
		"drupal/token": "^1.11",
		"drupal/tvi": "^1.0@RC",
		"drupal/twig_field_value": "^2.0",
		"drupal/twig_tweak": "^2.8",
		"drupal/upgrade_status": "^3.13",
		"drupal/views_contextual_filters_or": "^1.2",
		"drupal/views_entity_embed": "^2.0",
		"drupal/views_taxonomy_term_name_into_id": "^1.0@alpha",
		"drush/drush": "^11.4",
		"harvesthq/chosen": "^1.8",
		"symfony/polyfill-php72": "^1"
	},
	"conflict": {
		"drupal/drupal": "*"
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"config": {
		"sort-packages": true,
		"allow-plugins": {
			"composer/installers": true,
			"drupal/core-composer-scaffold": true,
			"drupal/core-project-message": true
		}
	},
	"extra": {
		"drupal-scaffold": {
			"locations": {
				"web-root": "web/"
			},
			"file-mapping": {
				"[project-root]/.editorconfig": false,
				"[project-root]/.htaccess": false,
				"[web-root]/.htaccess": false,
				"[web-root]/README.txt": false,
				"[web-root]/INSTALL.txt": false,
				"[web-root]/example.gitignore": false,
				"[web-root]/sites/README.txt": false,
				"[web-root]/sites/development.services.yml": false,
				"[web-root]/sites/example.settings.local.php": false,
				"[web-root]/sites/example.sites.php": false,
				"[web-root]/modules/README.txt": false,
				"[web-root]/profiles/README.txt": false,
				"[web-root]/themes/README.txt": false

			}
		},
		"installer-paths": {
			"web/core": [
				"type:drupal-core"
			],
			"web/libraries/{$name}": [
				"type:drupal-library",
				"harvesthq/chosen"
			],
			"web/modules/contrib/{$name}": [
				"type:drupal-module"
			],
			"web/profiles/contrib/{$name}": [
				"type:drupal-profile"
			],
			"web/themes/contrib/{$name}": [
				"type:drupal-theme"
			],
			"drush/Commands/contrib/{$name}": [
				"type:drupal-drush"
			],
			"web/modules/custom/{$name}": [
				"type:drupal-custom-module"
			],
			"web/themes/custom/{$name}": [
				"type:drupal-custom-theme"
			]
		},
		"installer-types": [
			"library"
		],
		"drupal-core-project-message": {
			"include-keys": [
				"homepage",
				"support"
			],
			"post-create-project-cmd-message": [
				"<bg=blue;fg=white>                                                         </>",
				"<bg=blue;fg=white>  Congratulations, you’ve installed the Drupal codebase  </>",
				"<bg=blue;fg=white>  from the drupal/recommended-project template!          </>",
				"<bg=blue;fg=white>                                                         </>",
				"",
				"<bg=yellow;fg=black>Next steps</>:",
				"  * Install the site: https://www.drupal.org/docs/8/install",
				"  * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
				"  * Get support: https://www.drupal.org/support",
				"  * Get involved with the Drupal community:",
				"      https://www.drupal.org/getting-involved",
				"  * Remove the plugin that prints this message:",
				"      composer remove drupal/core-project-message"
			]
		}
	}
}
