Skip to content

Instantly share code, notes, and snippets.

@rpkoller
Created February 6, 2018 13:20
Show Gist options
  • Save rpkoller/f09fc2ee9b6d0c60884b9a2b4c317d85 to your computer and use it in GitHub Desktop.
Save rpkoller/f09fc2ee9b6d0c60884b9a2b4c317d85 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "custom-project/drupal-vm",
"description": "",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.0.20",
"drupal-composer/drupal-scaffold": "^2.0.1",
"drupal/core": "~8.4",
"drupal/devel": "1.x-dev",
"drupal/admin_toolbar": "^1.22",
"drupal/pathauto": "^1.0",
"drupal/redirect": "^1.0",
"drupal/linkit": "^4.3",
"drupal/paragraphs": "^1.2",
"drupal/entity_reference_revisions": "^1.3",
"drupal/honeypot": "^1.27"
},
"require-dev": {
"geerlingguy/drupal-vm": "^4.8"
},
"replace": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"docroot/core": ["type:drupal-core"],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
},
"config": {
"process-timeout": 1200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment