Skip to content

Instantly share code, notes, and snippets.

@miloskroulik
Created June 29, 2023 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miloskroulik/e1f7fdab08a66f81680834d1dd6370d7 to your computer and use it in GitHub Desktop.
Save miloskroulik/e1f7fdab08a66f81680834d1dd6370d7 to your computer and use it in GitHub Desktop.
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 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"
},
{
"type": "package",
"package": {
"name": "asset/bootstrap",
"version": "5.3.0",
"type": "drupal-library",
"extra": {
"installer-name": "bootstrap"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/60098ac499d30aa50575b0b7137391c06ef25429",
"reference": "60098ac499d30aa50575b0b7137391c06ef25429"
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"composer/installers": "2.*",
"asset/bootstrap": "5.3.0",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^1.12",
"drupal/admin_toolbar": "^3.4",
"drupal/block_ajax": "^3.0",
"drupal/cookie_condition": "^1.7",
"drupal/core-composer-scaffold": "^9.5",
"drupal/core-project-message": "^9.5",
"drupal/core-recommended": "^9.5",
"drupal/devel": "^5.1",
"drupal/geocoder": "^3.20 || ^4.0",
"drupal/geofield": "^1.53",
"drupal/geolocation": "^3.12",
"drupal/layout_options": "^1.2",
"drupal/page_manager": "^4.0@RC",
"drupal/smart_content": "^3.0",
"drupal/smart_content_ssr": "^1.0",
"drupal/smart_content_utm": "^1.0",
"drupal/smart_ip": "^4.2",
"drupal/token_filter": "^2.0",
"drupal/ui_examples": "^1.0@beta",
"drupal/ui_patterns": "^1.6",
"drupal/ui_skins": "^1.0@alpha",
"drupal/ui_styles": "^1.5",
"drupal/ui_suite_bootstrap": "^5.0@alpha",
"drupal/webform_content_creator": "^4.0",
"drupal/webform_entity_handler": "^2.0",
"drush/drush": "^11.6",
"geocoder-php/ip2location-binary-provider": "^1.3",
"geocoder-php/locationiq-provider": "^1.4"
},
"conflict": {
"drupal/drupal": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"cweagans/composer-patches": true
},
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"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/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"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/installing-drupal",
" * 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"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment