Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created January 27, 2017 01:04
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 ryanaslett/7dae8769a10eb7f5cdbc9d3028a1913d to your computer and use it in GitHub Desktop.
Save ryanaslett/7dae8769a10eb7f5cdbc9d3028a1913d to your computer and use it in GitHub Desktop.
{
"name": "drupal/drupal",
"type": "drupal-core",
"require": {
"composer/installers": "^1.2",
"drupal/examples": "dev-1.x",
"drupal/devel": "*",
"drupal/token": "*",
"drupal/coder": "^8.2@stable"
},
"minimum-stability": "dev",
"extra": {
"installer-paths": {
"sites/all/modules/{$name}": [
"type:drupal-module"
],
"sites/all/themes/{$name}": [
"type:drupal-theme"
],
"sites/all/profiles/{$name}": [
"type:drupal-profile"
]
}
},
"repositories": {
"pdo": {
"type": "composer",
"url": "https://packages.drupal.org/7"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment